Skip to content

Commit

Permalink
missing hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arng40 committed Jan 10, 2025
1 parent c8875a3 commit 043c61f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void SolidMechanicsEmbeddedFractures::setMGRStrategy()
linearSolverParameters.mgr.separateComponents = true;
linearSolverParameters.dofsPerNode = 3;

linearSolverParameters.mgr.strategy = LinearSolverParameters::MGR::StrategyType::solidMechanicsEmbeddedFractures; "linear solver settings"
linearSolverParameters.mgr.strategy = LinearSolverParameters::MGR::StrategyType::solidMechanicsEmbeddedFractures;
GEOS_LOG_LEVEL_INFO_RANK_0( logInfo::LinearSolverConfiguration,
GEOS_FMT( "{}: MGR strategy set to {}", getName(),
EnumStrings< LinearSolverParameters::MGR::StrategyType >::toString( linearSolverParameters.mgr.strategy )));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "physicsSolvers/fluidFlow/FlowSolverBaseFields.hpp" // needed to register pressure(_n)
#include "physicsSolvers/solidMechanics/SolidMechanicsLagrangianFEM.hpp"
#include "physicsSolvers/contact/ContactFields.hpp"
#include "physicsSolvers/contact/LogLevelsInfo.hpp"
#include "common/GEOS_RAJA_Interface.hpp"
#include "linearAlgebra/utilities/LAIHelperFunctions.hpp"
#include "linearAlgebra/solvers/PreconditionerJacobi.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "kernels/RateAndStateKernels.hpp"
#include "rateAndStateFields.hpp"
#include "physicsSolvers/contact/ContactFields.hpp"
#include "physicsSolvers/inducedSeismicity/LogLevelsInfo.hpp"
#include "fieldSpecification/FieldSpecificationManager.hpp"

namespace geos
Expand Down

0 comments on commit 043c61f

Please sign in to comment.