Definition of boundary conditions for a side of the domain. The coef(n,m,p) field relates to the equation:
More...
|
|
double precision, dimension(:,:,:), allocatable | coef |
| | Coefficients of the boundary condition. The size of the 3rd dimension is 3.
|
| |
|
integer, dimension(:,:), allocatable | type |
| | Type of the boundary condition (e.g.: Neumann, Dirichlet).
|
| |
Definition of boundary conditions for a side of the domain. The coef(n,m,p) field relates to the equation:
\[
c_{n,m,3} \phi + c_{n,m,2} \frac{ \partial \phi }{ \partial n } = c_{n,m,1}
\]
The documentation for this type was generated from the following file:
- src/lib/core/data_structures/boundary_conditions/type_boundary_condition.f90