Generic interface to initialize boundary conditions.
◆ initialize_boundary_condition()
subroutine type_boundary_condition::initialize::initialize_boundary_condition |
( |
type(t_boundary_condition), intent(out) | boundary_condition, |
|
|
integer, intent(in) | default_type, |
|
|
double precision, dimension(bc_coef_size), intent(in), optional | default_coef ) |
- Parameters
-
[out] | boundary_condition | boundary condition for cells. |
[in] | default_type | default value for the type of boundary condition. |
[in] | default_coef | default coefficients for the type of boundary condition. |
◆ initialize_boundary_condition_face()
subroutine type_boundary_condition::initialize::initialize_boundary_condition_face |
( |
type(t_boundary_condition_face), intent(out) | boundary_condition, |
|
|
integer, intent(in) | default_type, |
|
|
double precision, dimension(bc_coef_size), intent(in), optional | default_coef ) |
- Parameters
-
[out] | boundary_condition | boundary condition for faces. |
[in] | default_type | default value for the type of boundary condition. |
[in] | default_coef | default coefficient for the type of boundary condition. |
◆ initialize_boundary_condition_side()
subroutine type_boundary_condition::initialize::initialize_boundary_condition_side |
( |
type(t_boundary_condition_side), intent(out) | boundary_condition_side, |
|
|
integer, intent(in) | n1, |
|
|
integer, intent(in) | n2, |
|
|
integer, intent(in) | default_type, |
|
|
double precision, dimension(bc_coef_size), intent(in) | default_coef ) |
- Parameters
-
[out] | boundary_condition_side | boundary condition structure for one side of the domain. |
[in] | n1,n2 | number of degrees of freedom per direction. |
[in] | default_type | default value for the type of boundary condition. |
[in] | default_coef | default coefficients for the type of boundary condition. |
The documentation for this interface was generated from the following file:
- src/lib/core/data_structures/boundary_conditions/type_boundary_condition.f90