Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shammodels::sph::Solver< Tvec, SPHKernel >::SolverStepCallback Struct Reference

Public Attributes

std::optional< std::function< void(void)> > step_begin_callback
 
std::optional< std::function< void(void)> > step_end_callback
 

Detailed Description

template<class Tvec, template< class > class SPHKernel>
struct shammodels::sph::Solver< Tvec, SPHKernel >::SolverStepCallback

Definition at line 81 of file Solver.hpp.

Member Data Documentation

◆ step_begin_callback

template<class Tvec , template< class > class SPHKernel>
std::optional<std::function<void(void)> > shammodels::sph::Solver< Tvec, SPHKernel >::SolverStepCallback::step_begin_callback

Definition at line 82 of file Solver.hpp.

◆ step_end_callback

template<class Tvec , template< class > class SPHKernel>
std::optional<std::function<void(void)> > shammodels::sph::Solver< Tvec, SPHKernel >::SolverStepCallback::step_end_callback

Definition at line 83 of file Solver.hpp.


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