boundary_conditions_t Interface

public interface boundary_conditions_t

This interface is used to initialize the boundary_conditions_t


Module Procedures

private function init_boundary_conditions(table) result(bc)

This function initializes the boundary_conditions_t derived type from the input file.

Arguments

Type IntentOptional Attributes Name
type(toml_table), intent(inout) :: table

The input file

Return Value type(boundary_conditions_t)

The boundary conditions data