Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
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 389 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 392 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 397 of file SolverConfig.hpp.

◆ dt_sph

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

Current time step.

Definition at line 395 of file SolverConfig.hpp.

◆ time

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

Current time.

Definition at line 394 of file SolverConfig.hpp.


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