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

Public Types

using Tscal = shambase::VecComponent< Tvec >
 

Public Member Functions

Tscal get_tolerance ()
 
bool is_gravity_on ()
 

Public Attributes

GravityMode gravity_mode = NoGravity
 
bool analytical_gravity = false
 
Tscal tol = 1e-6
 

Detailed Description

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

Definition at line 81 of file SolverConfig.hpp.

Member Typedef Documentation

◆ Tscal

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

Definition at line 82 of file SolverConfig.hpp.

Member Function Documentation

◆ get_tolerance()

template<class Tvec >
Tscal shammodels::basegodunov::GravityConfig< Tvec >::get_tolerance ( )
inline

Definition at line 86 of file SolverConfig.hpp.

◆ is_gravity_on()

template<class Tvec >
bool shammodels::basegodunov::GravityConfig< Tvec >::is_gravity_on ( )
inline

Definition at line 87 of file SolverConfig.hpp.

Member Data Documentation

◆ analytical_gravity

template<class Tvec >
bool shammodels::basegodunov::GravityConfig< Tvec >::analytical_gravity = false

Definition at line 84 of file SolverConfig.hpp.

◆ gravity_mode

template<class Tvec >
GravityMode shammodels::basegodunov::GravityConfig< Tvec >::gravity_mode = NoGravity

Definition at line 83 of file SolverConfig.hpp.

◆ tol

template<class Tvec >
Tscal shammodels::basegodunov::GravityConfig< Tvec >::tol = 1e-6

Definition at line 85 of file SolverConfig.hpp.


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