#include <cmath>
#include <iostream>
#include <valarray>
#include "CompKernel.h"
#include "ModelFactory.h"
#include "ArgumentsDict.h"
#include "xtensor-python/pyarray.hpp"
Go to the source code of this file.
|
double | proteus::heaviside (const double &z) |
|
double | proteus::Sign (const double &z) |
|
CLSVOF_base * | proteus::newCLSVOF (int nSpaceIn, int nQuadraturePoints_elementIn, int nDOF_mesh_trial_elementIn, int nDOF_trial_elementIn, int nDOF_test_elementIn, int nQuadraturePoints_elementBoundaryIn, int CompKernelFlag) |
|
◆ IMPLICIT_BCs
◆ LAMBDA_SCALING
◆ USE_SIGN_FUNCTION
#define USE_SIGN_FUNCTION 1 |