proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
CLSVOF.h File Reference
#include <cmath>
#include <iostream>
#include <valarray>
#include "CompKernel.h"
#include "ModelFactory.h"
#include "ArgumentsDict.h"
#include "xtensor-python/pyarray.hpp"
Include dependency graph for CLSVOF.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  proteus::CLSVOF_base
class  proteus::CLSVOF< CompKernelType, nSpace, nQuadraturePoints_element, nDOF_mesh_trial_element, nDOF_trial_element, nDOF_test_element, nQuadraturePoints_elementBoundary >

Namespaces

namespace  proteus

Macros

#define USE_SIGN_FUNCTION   1
#define IMPLICIT_BCs   0
#define LAMBDA_SCALING   0

Functions

double proteus::heaviside (const double &z)
double proteus::Sign (const double &z)
CLSVOF_baseproteus::newCLSVOF (int nSpaceIn, int nQuadraturePoints_elementIn, int nDOF_mesh_trial_elementIn, int nDOF_trial_elementIn, int nDOF_test_elementIn, int nQuadraturePoints_elementBoundaryIn, int CompKernelFlag)

Macro Definition Documentation

◆ IMPLICIT_BCs

#define IMPLICIT_BCs   0

Definition at line 14 of file CLSVOF.h.

◆ LAMBDA_SCALING

#define LAMBDA_SCALING   0

Definition at line 15 of file CLSVOF.h.

◆ USE_SIGN_FUNCTION

#define USE_SIGN_FUNCTION   1

Definition at line 13 of file CLSVOF.h.