SSPRK2Step Struct ReferenceΒΆ

adc_cpp: pops::SSPRK2Step Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::SSPRK2Step Struct Reference

#include <time_steppers.hpp>

+ Collaboration diagram for pops::SSPRK2Step:

Classes

struct  Scratch
 

Public Member Functions

template<class RhsEval >
void take_step (RhsEval &&rhs, MultiFab &U, Real dt, Scratch &s) const
 
template<class RhsEval >
void take_step (RhsEval &&rhs, MultiFab &U, Real dt) const
 

Member Function Documentation

◆ take_step() [1/2]

template<class RhsEval >
void pops::SSPRK2Step::take_step ( RhsEval &&  rhs,
MultiFab U,
Real  dt 
) const
inline
+ Here is the call graph for this function:

◆ take_step() [2/2]

template<class RhsEval >
void pops::SSPRK2Step::take_step ( RhsEval &&  rhs,
MultiFab U,
Real  dt,
Scratch s 
) const
inline
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: