TimePolicyTraits< T > Struct Template ReferenceΒΆ

adc_cpp: pops::TimePolicyTraits< T > Struct Template 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::TimePolicyTraits< T > Struct Template Reference

#include <time_integrator.hpp>

+ Collaboration diagram for pops::TimePolicyTraits< T >:

Public Types

using Method = T
 

Static Public Attributes

static constexpr TimeTreatment treatment = TimeTreatment::Explicit
 
static constexpr int substeps = 1
 
static constexpr int stride = 1
 

Member Typedef Documentation

◆ Method

template<class T >
using pops::TimePolicyTraits< T >::Method = T

Member Data Documentation

◆ stride

template<class T >
constexpr int pops::TimePolicyTraits< T >::stride = 1
staticconstexpr

◆ substeps

template<class T >
constexpr int pops::TimePolicyTraits< T >::substeps = 1
staticconstexpr

◆ treatment

template<class T >
constexpr TimeTreatment pops::TimePolicyTraits< T >::treatment = TimeTreatment::Explicit
staticconstexpr

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