We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff53523 commit 5ea597cCopy full SHA for 5ea597c
src/muscl/MHDRunFunctors2D.h
@@ -1336,6 +1336,14 @@ class ReconstructEdgeComputeEmfAndUpdateFunctor2D : public MHDBaseFunctor2D
1336
functor);
1337
}
1338
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
+ */
1347
KOKKOS_INLINE_FUNCTION auto
1348
reconstruct_state_at_edge(MHDState & qEdge,
1349
uint32_t i0,
0 commit comments