CacheSlot Struct ReferenceΒΆ

adc_cpp: pops::runtime::program::CacheSlot 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::runtime::program::CacheSlot Struct Reference

#include <cache_manager.hpp>

+ Collaboration diagram for pops::runtime::program::CacheSlot:

Public Attributes

MultiFab value
 
int last_update_step = -1
 
Real accumulated_dt = Real(0)
 
bool valid = false
 
std::string name
 

Member Data Documentation

◆ accumulated_dt

Real pops::runtime::program::CacheSlot::accumulated_dt = Real(0)

◆ last_update_step

int pops::runtime::program::CacheSlot::last_update_step = -1

◆ name

std::string pops::runtime::program::CacheSlot::name

◆ valid

bool pops::runtime::program::CacheSlot::valid = false

◆ value

MultiFab pops::runtime::program::CacheSlot::value

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