ViennaLS
|
Lax Friedrichs integration scheme with constant alpha value for dissipation. This alpha value should be fitted based on the results of the advection and passed to the advection Kernel. More...
#include <lsLaxFriedrichs.hpp>
Public Member Functions | |
LaxFriedrichs (SmartPointer< viennals::Domain< T, D > > passedlsDomain, SmartPointer< viennals::VelocityField< T > > vel, bool calcNormal=true, double a=1.0) | |
T | operator() (const hrleVectorType< hrleIndexType, D > &indices, int material) |
Static Public Member Functions | |
static void | prepareLS (SmartPointer< viennals::Domain< T, D > > passedlsDomain) |
Lax Friedrichs integration scheme with constant alpha value for dissipation. This alpha value should be fitted based on the results of the advection and passed to the advection Kernel.
|
inline |
|
inline |
|
inlinestatic |