#include "physicsSolvers/solidMechanics/contact/ContactFields.hpp"
#include "common/DataTypes.hpp"
#include "common/GEOS_RAJA_Interface.hpp"
#include "constitutive/contact/RateAndStateFriction.hpp"
#include "physicsSolvers/inducedSeismicity/rateAndStateFields.hpp"
#include "constitutive/ConstitutivePassThru.hpp"
#include "mesh/SurfaceElementSubRegion.hpp"
Go to the source code of this file.
|
template<typename FRICTION_TYPE , typename BUTCHER_TABLE_TYPE > |
void | geos::rateAndStateKernels::createAndlaunchODEInitialSubStage (SurfaceElementSubRegion &subRegion, FRICTION_TYPE &frictionLaw, BUTCHER_TABLE_TYPE const &butcherTable, real64 const dt, bool const successfulStep) |
|
template<typename BUTCHER_TABLE_TYPE , typename FRICTION_TYPE > |
void | geos::rateAndStateKernels::createAndlaunchStepRateStateODESubstage (SurfaceElementSubRegion &subRegion, FRICTION_TYPE &frictionLaw, BUTCHER_TABLE_TYPE const &butcherTable, integer const stageIndex, real64 const dt) |
|
template<typename BUTCHER_TABLE_TYPE , typename FRICTION_TYPE > |
void | geos::rateAndStateKernels::createAndlaunchStepRateStateODEAndComputeError (SurfaceElementSubRegion &subRegion, FRICTION_TYPE &frictionLaw, BUTCHER_TABLE_TYPE const &butcherTable, real64 const relTolerance, real64 const absTolerance, real64 const dt) |
|