programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
Flags specifying the type of boundary conditions

Macros

#define CS_CDO_BC_DIRICHLET   (1 << 0)
 
#define CS_CDO_BC_HMG_DIRICHLET   (1 << 1)
 
#define CS_CDO_BC_NEUMANN   (1 << 2)
 
#define CS_CDO_BC_HMG_NEUMANN   (1 << 3)
 
#define CS_CDO_BC_ROBIN   (1 << 4)
 

Detailed Description

associated to an element

Macro Definition Documentation

#define CS_CDO_BC_DIRICHLET   (1 << 0)

1: (non-homogeneous) Dirichlet boundary conditions

#define CS_CDO_BC_HMG_DIRICHLET   (1 << 1)

2: Homogeneous Dirichlet boundary conditions

#define CS_CDO_BC_HMG_NEUMANN   (1 << 3)

8: Homogeneous Neumann boundary conditions

#define CS_CDO_BC_NEUMANN   (1 << 2)

4: (non-homogeneous) Neumann boundary conditions

#define CS_CDO_BC_ROBIN   (1 << 4)

16: Robin boundary conditions