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

Go to the source code of this file.

Classes

class  proteus::richards::Richards_base
class  proteus::richards::Richards< CompKernelType, nSpace, nQuadraturePoints_element, nDOF_mesh_trial_element, nDOF_trial_element, nDOF_test_element, nQuadraturePoints_elementBoundary >

Namespaces

namespace  proteus
namespace  proteus::richards

Macros

#define nnz   nSpace
#define POWER_SMOOTHNESS_INDICATOR   2
#define IS_BETAij_ONE   0
#define GLOBAL_FCT   0

Enumerations

enum class  proteus::STABILIZATION : int {
  proteus::Galerkin = 0 , proteus::EV_Stab = 1 , proteus::EntropyViscosity = 2 , proteus::Implicit_FCT = 3 ,
  proteus::Galerkin =-1 , proteus::VMS =0 , proteus::TaylorGalerkinEV =1 , proteus::EntropyViscosity =2 ,
  proteus::SmoothnessIndicator =3 , proteus::Kuzmin =4 , proteus::ImplicitEV =5 , proteus::Galerkin = 0 ,
  proteus::EV_Stab = 1 , proteus::EntropyViscosity = 2 , proteus::Implicit_FCT = 3
}

Functions

double proteus::richards::ENTROPY (const double &phi, const double &phiL, const double &phiR)
double proteus::richards::DENTROPY (const double &phi, const double &phiL, const double &phiR)
double proteus::richards::ENTROPY_LOG (const double &phi, const double &phiL, const double &phiR)
double proteus::richards::DENTROPY_LOG (const double &phi, const double &phiL, const double &phiR)
Richards_baseproteus::richards::newRichards (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

◆ GLOBAL_FCT

#define GLOBAL_FCT   0

Definition at line 16 of file Richards.h.

◆ IS_BETAij_ONE

#define IS_BETAij_ONE   0

Definition at line 15 of file Richards.h.

◆ nnz

#define nnz   nSpace

Definition at line 11 of file Richards.h.

◆ POWER_SMOOTHNESS_INDICATOR

#define POWER_SMOOTHNESS_INDICATOR   2

Definition at line 14 of file Richards.h.