CSol
Public Member Functions | Public Attributes | List of all members
Config_SPH Class Reference

Configuration for shallow water solver.

#include <sph/csol_sph_config.h>

Inherits ObjectGroup.

Public Member Functions

 Config_SPH ()
 Default constructor sets both values to zero. More...
 
 Config_SPH (const Config_SPH &p)
 
virtual Config_SPHclone () const
 Make an exact copy of this object. More...
 

Public Attributes

DataExecution::TypedObject< double > sph_mass
 
DataExecution::TypedObject< double > sph_outputTimeStep
 
DataExecution::TypedObject< double > sph_spacing
 
DataExecution::TypedObject< double > sph_timeStep
 
DataExecution::TypedObject< double > sph_totalTime
 

Constructor & Destructor Documentation

Config_SPH ( const Config_SPH p)
Parameters
pThe pair object to copy.

Member Function Documentation

Config_SPH * clone ( ) const
virtual

The implementation of this function will almost always be to simply call operator new with the copy constructor and passing this object as the object to copy.

Member Data Documentation

DataExecution::TypedObject<double> sph_mass
DataExecution::TypedObject<double> sph_outputTimeStep
DataExecution::TypedObject<double> sph_spacing
DataExecution::TypedObject<double> sph_timeStep
DataExecution::TypedObject<double> sph_totalTime