version 0.6.0
Loading...
Searching...
No Matches
type_boundary_condition::initialize Interface Reference

Generic interface to initialize boundary conditions.

Public Member Functions

subroutine initialize_boundary_condition_side (boundary_condition_side, n1, n2, default_type, default_coef)
 Initialize the boundary conditions on one side of the domain.
 
subroutine initialize_boundary_condition (boundary_condition, default_type, default_coef)
 Initialize boundary conditions for equations defined on cells.
 
subroutine initialize_boundary_condition_face (boundary_condition, default_type, default_coef)
 Initialize boundary conditions for equations defined on faces.
 

Member Function/Subroutine Documentation

◆ 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_conditionboundary condition for cells.
[in]default_typedefault value for the type of boundary condition.
[in]default_coefdefault 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_conditionboundary condition for faces.
[in]default_typedefault value for the type of boundary condition.
[in]default_coefdefault 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_sideboundary condition structure for one side of the domain.
[in]n1,n2number of degrees of freedom per direction.
[in]default_typedefault value for the type of boundary condition.
[in]default_coefdefault coefficients for the type of boundary condition.

The documentation for this interface was generated from the following file: