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 >
|
staticconstexpr |
◆ substeps
template<class T >
|
staticconstexpr |
◆ treatment
template<class T >
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- include/pops/numerics/time/integrators/time_integrator.hpp
Generated by