RegMP Struct ReferenceΒΆ

adc_cpp: pops::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< RealcL
 
std::vector< RealcR
 
std::vector< RealcB
 
std::vector< RealcT
 
std::vector< RealfL
 
std::vector< RealfR
 
std::vector< RealfB
 
std::vector< RealfT
 

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: