LocalGrid Struct ReferenceΒΆ

adc_cpp: pops::compiled_block::LocalGrid Struct 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::compiled_block::LocalGrid Struct Reference

Local single-grid mesh rebuilt inside the .so + aux filled from the System array. More...

#include <compiled_block_abi.hpp>

+ Collaboration diagram for pops::compiled_block::LocalGrid:

Public Attributes

Box2D dom
 
Geometry geom
 
BoxArray ba
 
DistributionMapping dm
 
BCRec bc
 
bool periodic
 
MultiFab aux
 

Detailed Description

Local single-grid mesh rebuilt inside the .so + aux filled from the System array.

Member Data Documentation

◆ aux

MultiFab pops::compiled_block::LocalGrid::aux

◆ ba

BoxArray pops::compiled_block::LocalGrid::ba

◆ bc

BCRec pops::compiled_block::LocalGrid::bc

◆ dm

DistributionMapping pops::compiled_block::LocalGrid::dm

◆ dom

Box2D pops::compiled_block::LocalGrid::dom

◆ geom

Geometry pops::compiled_block::LocalGrid::geom

◆ periodic

bool pops::compiled_block::LocalGrid::periodic

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