Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
shammodels::basegodunov::SolverStatusVar< Tvec > Struct Template Reference

Public Types

using Tscal = shambase::VecComponent< Tvec >
 The type of the scalar used to represent the quantities.
 

Public Attributes

Tscal time = 0
 Current time.
 
Tscal dt = 0
 Current time step.
 

Detailed Description

template<class Tvec>
struct shammodels::basegodunov::SolverStatusVar< Tvec >

Definition at line 135 of file SolverConfig.hpp.

Member Typedef Documentation

◆ Tscal

template<class Tvec >
using shammodels::basegodunov::SolverStatusVar< Tvec >::Tscal = shambase::VecComponent<Tvec>

The type of the scalar used to represent the quantities.

Definition at line 138 of file SolverConfig.hpp.

Member Data Documentation

◆ dt

template<class Tvec >
Tscal shammodels::basegodunov::SolverStatusVar< Tvec >::dt = 0

Current time step.

Definition at line 141 of file SolverConfig.hpp.

◆ time

template<class Tvec >
Tscal shammodels::basegodunov::SolverStatusVar< Tvec >::time = 0

Current time.

Definition at line 140 of file SolverConfig.hpp.


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