update_boundary_math Module Procedure

module procedure update_boundary_math module subroutine update_boundary_math(ib, bc, msh, x, bx)

Uses

  • proc~~update_boundary_math~~UsesGraph proc~update_boundary_math update_boundary_math module~class_mesh class_mesh proc~update_boundary_math->module~class_mesh module~class_cell class_cell module~class_mesh->module~class_cell module~class_keytable class_keytable module~class_mesh->module~class_keytable module~class_vector class_vector module~class_mesh->module~class_vector module~class_surface class_surface module~class_mesh->module~class_surface module~class_connectivity class_connectivity module~class_mesh->module~class_connectivity module~class_least_squares class_least_squares module~class_mesh->module~class_least_squares module~class_psblas class_psblas module~class_mesh->module~class_psblas psb_base_mod psb_base_mod module~class_mesh->psb_base_mod module~class_vertex class_vertex module~class_mesh->module~class_vertex module~grid_interface grid_interface module~class_mesh->module~grid_interface module~class_face class_face module~class_mesh->module~class_face module~class_cell->module~class_psblas module~class_vector->module~class_psblas module~class_surface->module~class_connectivity module~class_cylinder class_cylinder module~class_surface->module~class_cylinder module~class_plane class_plane module~class_surface->module~class_plane module~class_connectivity->module~class_psblas module~class_least_squares->module~class_connectivity module~class_least_squares->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_vertex->module~class_vector module~class_vertex->module~class_psblas module~units_interface units_interface module~grid_interface->module~units_interface module~object_interface object_interface module~grid_interface->module~object_interface module~class_face->module~class_psblas module~class_cylinder->module~class_vector module~class_cylinder->module~class_psblas module~class_cylinder->module~class_vertex module~class_stopwatch->psb_base_mod module~class_stopwatch->module~tools_psblas module~tools_psblas->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod module~units_interface->module~object_interface module~class_plane->module~class_vector module~class_plane->module~class_psblas

WARNING! Use intent(inout) for BX(:)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ib
type(bc_math), intent(in) :: bc
type(mesh), intent(in) :: msh
real(kind=psb_dpk_), intent(in) :: x(:)
real(kind=psb_dpk_), intent(inout) :: bx(:)

Calls

proc~~update_boundary_math~~CallsGraph proc~update_boundary_math update_boundary_math interface~apply_abc_to_boundary apply_abc_to_boundary proc~update_boundary_math->interface~apply_abc_to_boundary

Called by

proc~~update_boundary_math~~CalledByGraph proc~update_boundary_math update_boundary_math interface~update_boundary_math update_boundary_math interface~update_boundary_math->proc~update_boundary_math proc~update_boundary_s update_boundary_s proc~update_boundary_s->interface~update_boundary_math

Contents

None