feat(libmeanfield): variadic refactor
also added normaliztion operator
This commit is contained in:
@@ -228,8 +228,7 @@ TEST_CASE(
|
||||
announce(communicator, "P0 extended baseline: preparing the complete equilibrium operator");
|
||||
|
||||
const Clock::time_point operatorPreparationStart = Clock::now();
|
||||
const operators::PreparedCentralDensityStellarEquilibriumReport preparation =
|
||||
problem.Prepare(projected.values, make_dependencies(), make_zero_rotation());
|
||||
const auto preparation = problem.Prepare(projected.values, make_dependencies(), make_zero_rotation());
|
||||
REQUIRE(preparation.assembledResidual);
|
||||
const double operatorPreparationSeconds = maximum_rank_seconds(operatorPreparationStart, communicator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user