6#include "include/Sfx_IPhysicalAlgorithm.h"
11 namespace Sfx {
class PhysicalSystem; }
28 void calculate( Sfx::PhysicalSystem* aPsys)
override final;
Implement the physical algorithm that we use to validate our prototype within the Dam-Break simulatio...
Definition Testvs19_ValidateAlgo.h:22
void calculate(Sfx::PhysicalSystem *aPsys) override final
Physical algorithm (conservative explicit model)
Definition Testvs19_ValidateAlgo.cpp:16
Sfx::LDeltaOperator::SWE_RHS * m_rhs
Definition Testvs19_ValidateAlgo.h:32
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19
Data structure RHS terms.
Definition Sfx_LDeltaOperator.h:55