PatchRange 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::PatchRange Struct Reference
#include <amr_patch_range.hpp>
Collaboration diagram for pops::PatchRange:Public Member Functions | |
| PatchRange (const Box2D &fine) | |
| Box2D | box () const |
Public Attributes | |
| int | I0 |
| int | I1 |
| int | J0 |
| int | J1 |
Constructor & Destructor Documentation
◆ PatchRange()
|
inlineexplicit |
Member Function Documentation
◆ box()
|
inline |
Here is the caller graph for this function:Member Data Documentation
◆ I0
| int pops::PatchRange::I0 |
◆ I1
| int pops::PatchRange::I1 |
◆ J0
| int pops::PatchRange::J0 |
◆ J1
| int pops::PatchRange::J1 |
The documentation for this struct was generated from the following file:
- include/pops/numerics/time/amr/levels/amr_patch_range.hpp
Generated by