KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
PROJECT_NS::Solver Class Reference

#include <Solver.h>

Collaboration diagram for PROJECT_NS::Solver:
Collaboration graph

Private Member Functions

std::shared_ptr< PlatformgetPlatfrom ()
 
std::shared_ptr< ParamgetParam ()
 
std::shared_ptr< DataSetgetDataSet ()
 
std::shared_ptr< SystemgetSystem ()
 
std::shared_ptr< SolvergetSolver ()
 

Private Attributes

std::shared_ptr< Platform_platform
 
std::shared_ptr< Param_param
 
std::shared_ptr< DataSet_dataset
 
std::shared_ptr< System_system
 
std::shared_ptr< Solver_solver
 

Detailed Description

Definition at line 34 of file Solver.h.

Member Function Documentation

◆ getDataSet()

std::shared_ptr< DataSet > PROJECT_NS::Solver::getDataSet ( )
inlineprivate

Definition at line 37 of file Solver.h.

References _dataset.

◆ getParam()

std::shared_ptr< Param > PROJECT_NS::Solver::getParam ( )
inlineprivate

Definition at line 36 of file Solver.h.

References _param.

◆ getPlatfrom()

std::shared_ptr< Platform > PROJECT_NS::Solver::getPlatfrom ( )
inlineprivate

Definition at line 35 of file Solver.h.

References _platform.

◆ getSolver()

std::shared_ptr< Solver > PROJECT_NS::Solver::getSolver ( )
inlineprivate

Definition at line 39 of file Solver.h.

References _solver.

◆ getSystem()

std::shared_ptr< System > PROJECT_NS::Solver::getSystem ( )
inlineprivate

Definition at line 38 of file Solver.h.

References _system.

Member Data Documentation

◆ _dataset

std::shared_ptr<DataSet> PROJECT_NS::Solver::_dataset
private

Definition at line 44 of file Solver.h.

Referenced by getDataSet().

◆ _param

std::shared_ptr<Param> PROJECT_NS::Solver::_param
private

Definition at line 43 of file Solver.h.

Referenced by getParam().

◆ _platform

std::shared_ptr<Platform> PROJECT_NS::Solver::_platform
private

Definition at line 42 of file Solver.h.

Referenced by getPlatfrom().

◆ _solver

std::shared_ptr<Solver> PROJECT_NS::Solver::_solver
private

Definition at line 46 of file Solver.h.

Referenced by getSolver().

◆ _system

std::shared_ptr<System> PROJECT_NS::Solver::_system
private

Definition at line 45 of file Solver.h.

Referenced by getSystem().


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