9 #ifndef MomentumGclSrcNodeSuppAlg_h 10 #define MomentumGclSrcNodeSuppAlg_h 15 #include <stk_mesh/base/Entity.hpp> 36 stk::mesh::Entity node);
Definition: ABLForcingAlgorithm.C:26
MomentumGclSrcNodeSuppAlg(Realm &realm)
Definition: MomentumGclSrcNodeSuppAlg.C:32
virtual ~MomentumGclSrcNodeSuppAlg()
Definition: MomentumGclSrcNodeSuppAlg.h:29
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
Definition: FieldTypeDef.h:24
Definition: MomentumGclSrcNodeSuppAlg.h:22
ScalarFieldType * dualNodalVolume_
Definition: MomentumGclSrcNodeSuppAlg.h:41
static constexpr double lhs[8][8]
Definition: UnitTestContinuityAdvElem.C:25
virtual void node_execute(double *lhs, double *rhs, stk::mesh::Entity node)
Definition: MomentumGclSrcNodeSuppAlg.C:65
VectorFieldType * velocityNp1_
Definition: MomentumGclSrcNodeSuppAlg.h:38
ScalarFieldType * densityNp1_
Definition: MomentumGclSrcNodeSuppAlg.h:39
stk::mesh::Field< double > ScalarFieldType
Definition: FieldTypeDef.h:19
static constexpr double rhs[8]
Definition: UnitTestContinuityAdvElem.C:18
int nDim_
Definition: MomentumGclSrcNodeSuppAlg.h:42
ScalarFieldType * divV_
Definition: MomentumGclSrcNodeSuppAlg.h:40
virtual void setup()
Definition: MomentumGclSrcNodeSuppAlg.C:56
Definition: SupplementalAlgorithm.h:24