Variable Struct ReferenceΒΆ

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

A variable: name, physical role, component index in the state. More...

#include <variables.hpp>

+ Collaboration diagram for pops::Variable:

Public Attributes

std::string name
 
VariableRole role
 
int component
 

Detailed Description

A variable: name, physical role, component index in the state.

Member Data Documentation

◆ component

int pops::Variable::component

◆ name

std::string pops::Variable::name

◆ role

VariableRole pops::Variable::role

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