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

Solver status variables for GSPH. More...

Public Types

using Tscal = shambase::VecComponent< Tvec >
 

Public Attributes

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

Detailed Description

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

Solver status variables for GSPH.

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

Definition at line 88 of file SolverConfig.hpp.

Member Typedef Documentation

◆ Tscal

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

Definition at line 89 of file SolverConfig.hpp.

Member Data Documentation

◆ dt

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

Current time step.

Definition at line 92 of file SolverConfig.hpp.

◆ time

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

Current time.

Definition at line 91 of file SolverConfig.hpp.


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