SubcyclingSchedule Struct ReferenceΒΆ

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

#include <amr_patch_range.hpp>

+ Collaboration diagram for pops::SubcyclingSchedule:

Public Member Functions

 SubcyclingSchedule (int ratio=kAmrRefRatio)
 
int count () const
 
Real dt_sub (Real dt) const
 
Real frac (int s) const
 

Public Attributes

int r
 

Constructor & Destructor Documentation

◆ SubcyclingSchedule()

pops::SubcyclingSchedule::SubcyclingSchedule ( int  ratio = kAmrRefRatio)
inlineexplicit

Member Function Documentation

◆ count()

int pops::SubcyclingSchedule::count ( ) const
inline
+ Here is the caller graph for this function:

◆ dt_sub()

Real pops::SubcyclingSchedule::dt_sub ( Real  dt) const
inline
+ Here is the caller graph for this function:

◆ frac()

Real pops::SubcyclingSchedule::frac ( int  s) const
inline
+ Here is the caller graph for this function:

Member Data Documentation

◆ r

int pops::SubcyclingSchedule::r

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