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::SSPRK2Step::Scratch Struct Reference
#include <time_steppers.hpp>
Collaboration diagram for pops::SSPRK2Step::Scratch:Public Member Functions | |
| Scratch (const MultiFab &U) | |
Public Attributes | |
| MultiFab | R |
| MultiFab | U1 |
Constructor & Destructor Documentation
◆ Scratch()
|
inlineexplicit |
Member Data Documentation
◆ R
| MultiFab pops::SSPRK2Step::Scratch::R |
◆ U1
| MultiFab pops::SSPRK2Step::Scratch::U1 |
The documentation for this struct was generated from the following file:
- include/pops/numerics/time/integrators/time_steppers.hpp
Generated by