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:
@@ -67,7 +67,7 @@ namespace rotational_displacement_force_analytic_test_utils {
|
||||
TEST_CASE(
|
||||
"Rigid Rotation Gradient And Hessian Action Match The Analytic "
|
||||
"Potential",
|
||||
tags::centrifugal &tags::unit &tags::accuracy
|
||||
tags::rotation_analytic_unit
|
||||
) {
|
||||
mfem::Vector angularVelocity(3);
|
||||
angularVelocity(0) = 0.23;
|
||||
@@ -130,7 +130,7 @@ TEST_CASE(
|
||||
TEST_CASE(
|
||||
"Rotational Displacement Force Reproduces The Homogeneous Sphere "
|
||||
"Rotational Virial",
|
||||
tags::centrifugal &tags::analytic_comparison &tags::accuracy
|
||||
tags::rotation_analytic_accuracy
|
||||
) {
|
||||
mean_field::utils::Args args = test_utils::setup_args();
|
||||
|
||||
@@ -187,7 +187,7 @@ TEST_CASE(
|
||||
TEST_CASE(
|
||||
"Rotational Displacement Force Matches The Analytic Off-Axis "
|
||||
"Resultant",
|
||||
tags::centrifugal &tags::analytic_comparison &tags::accuracy
|
||||
tags::rotation_analytic_accuracy
|
||||
) {
|
||||
mean_field::utils::Args args = test_utils::setup_args();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user