atl_modg_set_bnd Subroutine

public subroutine atl_modg_set_bnd(bc, boundary, facedata, equation, time, mesh, poly_proj, nodalBnd, material, currentLevel, statedata)

Subroutine to set face values to impose boundary conditions at a certain point of the domain. The subroutine is operating levelwise.

Arguments

Type IntentOptional Attributes Name
type(atl_boundary_type), intent(in) :: bc(:)

The global description of the boundaries.

type(atl_level_boundary_type), intent(in) :: boundary

The levelwise collection of boundary elements and boundary faces.

type(atl_facedata_type), intent(inout) :: facedata

The face data on the current level

type(atl_Equations_type), intent(in) :: equation

The underlying equation system

type(tem_time_type), intent(in) :: time

The absolute time point.

type(atl_cube_elem_type), intent(in) :: mesh

The description of the mesh on the current level.

type(ply_poly_project_type), intent(inout) :: poly_proj

Data for the projection methods

logical, intent(in) :: nodalBnd

Set boundaries in nodal fashion by default? If set to false, the boundaries may still be set in nodal way whenever necessary (e.g. boundaries which have space-time dependence, etc.)

type(atl_faceMaterialData_type), intent(in), optional :: material(3)

Material description of the faces contained in boundary. One entry for each spatial direction, i.e. x,y,z.

integer, intent(in) :: currentLevel

the level to compute on

type(atl_statedata_type), intent(inout) :: statedata

The state data on the current level


Calls

proc~~atl_modg_set_bnd~~CallsGraph proc~atl_modg_set_bnd atl_modg_set_bnd proc~atl_modg_bnd atl_modg_bnd proc~atl_modg_set_bnd->proc~atl_modg_bnd proc~modg_nodal_bnd modg_nodal_bnd proc~atl_modg_bnd->proc~modg_nodal_bnd proc~tem_abort tem_abort proc~atl_modg_bnd->proc~tem_abort proc~modg_modal_bnd modg_modal_bnd proc~atl_modg_bnd->proc~modg_modal_bnd proc~modg_nodal_bnd->proc~tem_abort interface~ply_poly_project_m2n ply_poly_project_m2n proc~modg_nodal_bnd->interface~ply_poly_project_m2n proc~ply_convertfromoversample ply_convertFromOversample proc~modg_nodal_bnd->proc~ply_convertfromoversample proc~modg_bnd_mirrorpoint modg_bnd_mirrorPoint proc~modg_nodal_bnd->proc~modg_bnd_mirrorpoint proc~modg_bnd_extrapolate modg_bnd_extrapolate proc~modg_nodal_bnd->proc~modg_bnd_extrapolate proc~ply_convert2oversample ply_convert2oversample proc~modg_nodal_bnd->proc~ply_convert2oversample interface~ply_poly_project_n2m ply_poly_project_n2m proc~modg_nodal_bnd->interface~ply_poly_project_n2m proc~modg_modal_bnd->proc~tem_abort proc~modg_modal_bnd->proc~ply_convertfromoversample proc~modg_modal_bnd->proc~modg_bnd_mirrorpoint proc~modg_modal_bnd->proc~modg_bnd_extrapolate proc~modg_modal_bnd->interface~ply_poly_project_n2m proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~tem_starttimer tem_startTimer proc~modg_bnd_mirrorpoint->proc~tem_starttimer proc~tem_stoptimer tem_stopTimer proc~modg_bnd_mirrorpoint->proc~tem_stoptimer proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar

Called by

proc~~atl_modg_set_bnd~~CalledByGraph proc~atl_modg_set_bnd atl_modg_set_bnd proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->proc~atl_modg_set_bnd interface~atl_preprocess_rhs atl_preprocess_rhs interface~atl_preprocess_rhs->proc~preprocess_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_preprocess_rhs proc~rk2_substep->proc~rk2_substep proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_preprocess_rhs proc~rk4_substep->proc~rk4_substep proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_preprocess_rhs proc~rktaylor_substep->proc~rktaylor_substep proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_preprocess_rhs proc~mesh_timestep_euler->proc~mesh_timestep_euler proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_preprocess_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_preprocess_rhs proc~imexrk_substep->proc~imexrk_substep proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 proc~mesh_timestep_ssprk2->proc~rk2_substep proc~mesh_timestep_predcor_cerk4 mesh_timestep_predcor_cerk4 proc~mesh_timestep_predcor_cerk4->proc~global_corrector_substep proc~mesh_timestep_imexrk mesh_timestep_imexrk proc~mesh_timestep_imexrk->proc~imexrk_substep proc~mesh_timestep_rktaylor mesh_timestep_rktaylor proc~mesh_timestep_rktaylor->proc~rktaylor_substep

Contents