ViennaLS
|
Engquist osher integration scheme based on the upwind integration scheme. Offers high performance but lower accuracy for complex velocity fields. More...
#include <lsEnquistOsher.hpp>
Public Member Functions | |
EnquistOsher (SmartPointer< viennals::Domain< T, D > > passedlsDomain, SmartPointer< viennals::VelocityField< T > > vel, bool calcNormal=true) | |
T | operator() (const hrleVectorType< hrleIndexType, D > &indices, int material) |
Static Public Member Functions | |
static void | prepareLS (SmartPointer< viennals::Domain< T, D > > passedlsDomain) |
Engquist osher integration scheme based on the upwind integration scheme. Offers high performance but lower accuracy for complex velocity fields.
|
inline |
|
inline |
|
inlinestatic |