PolarStabilitySpeed< Model > Struct Template ReferenceΒΆ

adc_cpp: pops::detail::PolarStabilitySpeed< 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::PolarStabilitySpeed< Model > Struct Template Reference

Optional STEP BOUND closures of the POLAR block (StabilityPolicy, audit wave 3): same device reductions as the cartesian ones (POINTWISE kernels with no geometry assumption – the geometry enters only through the physical step h of the stepper, min(dr, r_min*dtheta)). More...

#include <block_builder_polar.hpp>

+ Collaboration diagram for pops::detail::PolarStabilitySpeed< Model >:

Public Member Functions

Real operator() (const MultiFab &U) const
 

Public Attributes

Model m
 
const MultiFabaux
 

Detailed Description

template<class Model>
struct pops::detail::PolarStabilitySpeed< Model >

Optional STEP BOUND closures of the POLAR block (StabilityPolicy, audit wave 3): same device reductions as the cartesian ones (POINTWISE kernels with no geometry assumption – the geometry enters only through the physical step h of the stepper, min(dr, r_min*dtheta)).

NAMED functors (same cross-TU device contract as PolarMaxSpeed).

Member Function Documentation

◆ operator()()

template<class Model >
Real pops::detail::PolarStabilitySpeed< Model >::operator() ( const MultiFab U) const
inline
+ Here is the call graph for this function:

Member Data Documentation

◆ aux

template<class Model >
const MultiFab* pops::detail::PolarStabilitySpeed< Model >::aux

◆ m

template<class Model >
Model pops::detail::PolarStabilitySpeed< Model >::m

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