feat(support): continued migration to new field dof support system
mass normaliztion, gravity, displacement, and hydrostatic equilibrium are now migrated
This commit is contained in:
@@ -158,20 +158,8 @@ export namespace mean_field::operators {
|
||||
mutable PreparedStellarEquilibriumStatistics m_statistics;
|
||||
bool m_isPrepared{false};
|
||||
|
||||
field::FieldDofMap m_densityMap;
|
||||
field::FieldDofMap m_displacementMap;
|
||||
field::FieldDofMap m_gravityFluxMap;
|
||||
field::FieldDofMap m_gravityPotentialMap;
|
||||
field::FieldDofMap m_enthalpyMap;
|
||||
mfem::Vector m_gravityState;
|
||||
|
||||
mfem::Vector m_fullDensity;
|
||||
mfem::Vector m_fullEnthalpy;
|
||||
mfem::Vector m_fullGravityState;
|
||||
|
||||
mutable mfem::Vector m_fullDensityVariation;
|
||||
mutable mfem::Vector m_fullEnthalpyVariation;
|
||||
mutable mfem::Vector m_fullGravityDirection;
|
||||
|
||||
mutable mfem::Vector m_fullEnthalpyAction;
|
||||
mutable mfem::Vector m_gravityDirection;
|
||||
};
|
||||
} // namespace mean_field::operators
|
||||
|
||||
Reference in New Issue
Block a user