Skip to content

Commit

Permalink
some spelling fixes picked up by latest codespell release (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Oct 3, 2023
1 parent 8cdce8e commit e22ccd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docs/source/Verification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Light Front

The light front problem tests the ability of the radiation solver to
operate in the free-streaming limit. A radiation front is
estabilished by initializing one end of the computational domain with
established by initializing one end of the computational domain with
a finite radiation field, and zero radiation field everywhere else.
The speed of propagation of the radiation front is keep in check by
the flux-limiters, to prevent it from exceeding :math:`c`.
Expand Down
2 changes: 1 addition & 1 deletion Docs/source/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ get a sense of these is to look at the ``.H`` files in the
------------------

There is a ``Geometry`` object, ``geom`` for each level as part of
the ``Castro`` object (this is inhereted through ``AmrLevel``).
the ``Castro`` object (this is inherited through ``AmrLevel``).

``ParmParse`` class
-------------------
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/Problem_Derives.H
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#ifdef ROTATION
//
// Momemtum
// Momentum
//
derive_lst.add("inertial_momentum_x",IndexType::TheCellType(),1,ca_derinertialmomentumx,the_same_box);
derive_lst.addComponent("inertial_momentum_x",desc_lst,State_Type,URHO,1);
Expand Down
2 changes: 1 addition & 1 deletion Source/radiation/Radiation.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public:
///< 1: rhoe,
///< 2: residue of Eq. rhoe,
///< 3: T
amrex::Real relInTol, absInTol; ///< tolerance for inner iternation of J equation
amrex::Real relInTol, absInTol; ///< tolerance for inner iteration of J equation
int maxInIter; ///< iteration limit for inner iteration of J equation
int minInIter;
int skipAccelAllowed; ///< Skip acceleration if it doesn't help
Expand Down

0 comments on commit e22ccd1

Please sign in to comment.