MaxStabilitySpeed< Model > 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::detail::MaxStabilitySpeed< Model > Struct Template Reference
Block max STABILITY speed functor (HasStabilitySpeed trait): replaces MaxSpeed in the CFL when the model declares stability_speed (the Riemann solvers keep max_wave_speed). More...
#include <block_builder.hpp>
Collaboration diagram for pops::detail::MaxStabilitySpeed< Model >:Public Member Functions | |
| Real | operator() (const MultiFab &U) const |
Public Attributes | |
| Model | m |
| GridContext | ctx |
Detailed Description
template<class Model>
struct pops::detail::MaxStabilitySpeed< Model >
struct pops::detail::MaxStabilitySpeed< Model >
Block max STABILITY speed functor (HasStabilitySpeed trait): replaces MaxSpeed in the CFL when the model declares stability_speed (the Riemann solvers keep max_wave_speed).
Member Function Documentation
◆ operator()()
template<class Model >
|
inline |
Here is the call graph for this function:Member Data Documentation
◆ ctx
template<class Model >
| GridContext pops::detail::MaxStabilitySpeed< Model >::ctx |
◆ m
template<class Model >
| Model pops::detail::MaxStabilitySpeed< Model >::m |
The documentation for this struct was generated from the following file:
- include/pops/runtime/builders/block/block_builder.hpp
Generated by