Skip to content

Commit 5ea597c

Browse files
committed
Minor doxygen update.
1 parent ff53523 commit 5ea597c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/muscl/MHDRunFunctors2D.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,14 @@ class ReconstructEdgeComputeEmfAndUpdateFunctor2D : public MHDBaseFunctor2D
13361336
functor);
13371337
}
13381338

1339+
/**
1340+
* Given a cell-center MHD state and limited slopes, reconstruct a MHD state at edge.
1341+
*
1342+
* \param[out] qEdge is the reconstructed MHD state at edge
1343+
* \param[in] i0 x-coordinate (cell center) of the cell where the reconstruction takes place
1344+
* \param[in] j0 y-coordinate (cell center) of the cell where the reconstruction takes place
1345+
* \param[in] edge_loc is the type of edge reconstruction (from cell center)
1346+
*/
13391347
KOKKOS_INLINE_FUNCTION auto
13401348
reconstruct_state_at_edge(MHDState & qEdge,
13411349
uint32_t i0,

0 commit comments

Comments
 (0)