RegMP 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::RegMP Struct Reference
#include <amr_subcycling.hpp>
Collaboration diagram for pops::RegMP:Public Attributes | |
| int | I0 |
| int | I1 |
| int | J0 |
| int | J1 |
| std::vector< Real > | cL |
| std::vector< Real > | cR |
| std::vector< Real > | cB |
| std::vector< Real > | cT |
| std::vector< Real > | fL |
| std::vector< Real > | fR |
| std::vector< Real > | fB |
| std::vector< Real > | fT |
Member Data Documentation
◆ cB
| std::vector<Real> pops::RegMP::cB |
◆ cL
| std::vector<Real> pops::RegMP::cL |
◆ cR
| std::vector<Real> pops::RegMP::cR |
◆ cT
| std::vector<Real> pops::RegMP::cT |
◆ fB
| std::vector<Real> pops::RegMP::fB |
◆ fL
| std::vector<Real> pops::RegMP::fL |
◆ fR
| std::vector<Real> pops::RegMP::fR |
◆ fT
| std::vector<Real> pops::RegMP::fT |
◆ I0
| int pops::RegMP::I0 |
◆ I1
| int pops::RegMP::I1 |
◆ J0
| int pops::RegMP::J0 |
◆ J1
| int pops::RegMP::J1 |
The documentation for this struct was generated from the following file:
- include/pops/numerics/time/amr/levels/amr_subcycling.hpp
Generated by