44 const std::shared_ptr<dbpp::FiniteVolumeDiscretization>& aGdiscr,
Sfx::Simulation* aSim) = 0;
Abstract class provide an interface with services to implement physical based algorithm to solve st-V...
Definition Sfx_PhysicalAlgorithm.h:20
virtual ~PhysicalAlgorithm()=default
dtor
virtual bool isTimeDependent() const noexcept
time dependent algorihm
Definition Sfx_PhysicalAlgorithm.h:30
virtual void calculate(dbpp::PhysicalSystem *aPhysys, const std::shared_ptr< dbpp::FiniteVolumeDiscretization > &aGdiscr, Sfx::Simulation *aSim)=0
Compute the numerical model (numerical integrate)
Bean that represents a simulation in the framework. Many of the attributes of the simulation bean are...
Definition Sfx_Simulation.h:22
global discretized domain is defined as a set of all nodes and all elements. PHYSICAL ENTITIES includ...
Definition dbpp_FiniteVolumeDiscretization.h:26
Physical system made of physical objects under study and described by the state variables....
Definition dbpp_PhysicalSystem.h:32
Definition DamBreakProb.h:15