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

Solver status variables. More...

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_sph = 0
 Current time step.
 
Tscal cfl_multiplier = 1e-2
 Current cfl multiplier.
 

Detailed Description

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

Solver status variables.

Template Parameters
Tvecthe type of the vector used to represent the particles

Definition at line 260 of file SolverConfig.hpp.

Member Typedef Documentation

◆ Tscal

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

The type of the scalar used to represent the quantities.

Definition at line 263 of file SolverConfig.hpp.

Member Data Documentation

◆ cfl_multiplier

template<class Tvec >
Tscal shammodels::sph::SolverStatusVar< Tvec >::cfl_multiplier = 1e-2

Current cfl multiplier.

Definition at line 268 of file SolverConfig.hpp.

◆ dt_sph

template<class Tvec >
Tscal shammodels::sph::SolverStatusVar< Tvec >::dt_sph = 0

Current time step.

Definition at line 266 of file SolverConfig.hpp.

◆ time

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

Current time.

Definition at line 265 of file SolverConfig.hpp.


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