PointwiseProject< Model > Struct Template ReferenceΒΆ

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

Foncteur HOTE de la projection ponctuelle : for_each_cell du kernel sur les cellules VALIDES de chaque fab local. More...

#include <block_builder.hpp>

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

Public Member Functions

void operator() (MultiFab &U) const
 

Public Attributes

Model m
 
GridContext ctx
 

Detailed Description

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

Foncteur HOTE de la projection ponctuelle : for_each_cell du kernel sur les cellules VALIDES de chaque fab local.

Les GHOSTS ne sont pas projetes : tout consommateur de ghosts (residu de transport) refait fill_ghosts en tete d'evaluation (cf. BlockRhsEval), donc l'etat fantome est reconstruit du valide projete au pas suivant – aucun fill_boundary necessaire ici.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ ctx

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

◆ m

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

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