ImplicitSourceStepper Struct ReferenceΒΆ

adc_cpp: pops::ImplicitSourceStepper 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::ImplicitSourceStepper Struct Reference

#include <implicit_stepper.hpp>

+ Collaboration diagram for pops::ImplicitSourceStepper:

Public Member Functions

template<class Coupler , class Block >
void operator() (Coupler &coupler, Block &block, Real dt, int, int) const
 

Public Attributes

int iters = 2
 

Member Function Documentation

◆ operator()()

template<class Coupler , class Block >
void pops::ImplicitSourceStepper::operator() ( Coupler coupler,
Block &  block,
Real  dt,
int  ,
int   
) const
inline
+ Here is the call graph for this function:

Member Data Documentation

◆ iters

int pops::ImplicitSourceStepper::iters = 2

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