feat(preconditioner): major work on preconditioner system
first preconditioner MVP
This commit is contained in:
@@ -91,8 +91,10 @@ TEST_CASE(
|
||||
STATIC_CHECK(
|
||||
std::same_as<
|
||||
typename BaseProblem::CompiledSurfaceConstraintType,
|
||||
surface::CompiledPressureSurfaceConstraintT<surface::BarotropicSurfaceFormulation, eos::Polytrope>>
|
||||
surface::CompiledPressureSurfaceConstraintT<
|
||||
typename BaseProblem::ThermodynamicEquationsType::PressureSurfaceFormulation, eos::Polytrope>>
|
||||
);
|
||||
STATIC_CHECK(material::CompiledThermodynamicEquations<typename BaseProblem::ThermodynamicEquationsType>);
|
||||
}
|
||||
|
||||
TEST_CASE(
|
||||
|
||||
Reference in New Issue
Block a user