Scratch Struct ReferenceΒΆ

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

#include <time_steppers.hpp>

+ Collaboration diagram for pops::SSPRK3Step::Scratch:

Public Member Functions

 Scratch (const MultiFab &U)
 

Public Attributes

MultiFab R
 
MultiFab U1
 
MultiFab U2
 
MultiFab U3
 

Constructor & Destructor Documentation

◆ Scratch()

pops::SSPRK3Step::Scratch::Scratch ( const MultiFab U)
inlineexplicit

Member Data Documentation

◆ R

MultiFab pops::SSPRK3Step::Scratch::R

◆ U1

MultiFab pops::SSPRK3Step::Scratch::U1

◆ U2

MultiFab pops::SSPRK3Step::Scratch::U2

◆ U3

MultiFab pops::SSPRK3Step::Scratch::U3

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