MaxSpeed< Model > Struct Template ReferenceΒΆ

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

Block max wave speed functor (max_wave_speed_mf, reduction over the seam). More...

#include <block_builder.hpp>

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

Public Member Functions

Real operator() (const MultiFab &U) const
 

Public Attributes

Model m
 
GridContext ctx
 

Detailed Description

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

Block max wave speed functor (max_wave_speed_mf, reduction over the seam).

NAMED FUNCTOR: max_wave_speed_mf instantiates MaxWaveSpeedKernel (already a device functor); wrapping it in a named class rather than a lambda preserves the cross-TU instantiation context under nvcc.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ ctx

template<class Model >
GridContext pops::detail::MaxSpeed< Model >::ctx

◆ m

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

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