GEOS
Classes | Namespaces | Functions
EmbeddedRungeKuttaKernels.hpp File Reference
#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.

Classes

struct  geos::rateAndStateKernels::Kutta32Table
 Butcher table for embedded RK3(2) method using Kuttas third order method for the high-order update, and an explicit trapezoidal rule based on the first and third stage rates for the low-order update. More...
 
struct  geos::rateAndStateKernels::BogackiShampine32Table
 Butcher table for the BogackiShampine 3(2) method. More...
 
class  geos::rateAndStateKernels::EmbeddedRungeKuttaKernel< TABLE_TYPE, FRICTION_LAW_TYPE >
 Runge-Kutta method used to time integrate slip and state. Uses of a high order update used to integrate the solutions, and a lower order update to estimate the error in the time step. More...
 

Namespaces

 geos
 

Functions

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)