apply_outflow_bc_cylinder Subroutine

public subroutine apply_outflow_bc_cylinder(self, u, v, w)

Type Bound

case_cylinder_t

Arguments

Type IntentOptional Attributes Name
class(case_cylinder_t) :: self
class(field_t), intent(inout) :: u
class(field_t), intent(inout) :: v
class(field_t), intent(inout) :: w

Calls

proc~~apply_outflow_bc_cylinder~~CallsGraph proc~apply_outflow_bc_cylinder m_case_cylinder::case_cylinder_t%apply_outflow_bc_cylinder field_set_face field_set_face proc~apply_outflow_bc_cylinder->field_set_face proc~compute_outflow_params m_case_cylinder::case_cylinder_t%compute_outflow_params proc~apply_outflow_bc_cylinder->proc~compute_outflow_params mpi_allreduce mpi_allreduce proc~compute_outflow_params->mpi_allreduce proc~get_dims m_mesh::mesh_t%get_dims proc~compute_outflow_params->proc~get_dims slice_max_sum slice_max_sum proc~compute_outflow_params->slice_max_sum proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc

Called by

proc~~apply_outflow_bc_cylinder~~CalledByGraph proc~apply_outflow_bc_cylinder m_case_cylinder::case_cylinder_t%apply_outflow_bc_cylinder proc~boundary_conditions_cylinder m_case_cylinder::case_cylinder_t%boundary_conditions_cylinder proc~boundary_conditions_cylinder->proc~apply_outflow_bc_cylinder proc~pre_correction_cylinder m_case_cylinder::case_cylinder_t%pre_correction_cylinder proc~pre_correction_cylinder->proc~apply_outflow_bc_cylinder