reform_vertex Module Procedure

module procedure reform_vertex module subroutine reform_vertex(this_surface, vtx)

Uses

  • proc~~reform_vertex~~UsesGraph proc~reform_vertex reform_vertex module~class_vertex class_vertex proc~reform_vertex->module~class_vertex module~class_vector class_vector proc~reform_vertex->module~class_vector module~class_psblas class_psblas proc~reform_vertex->module~class_psblas module~class_vertex->module~class_vector module~class_vertex->module~class_psblas module~class_vector->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_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

moves the given vertex onto the closest point on the surface

Arguments

Type IntentOptional AttributesName
class(surface), intent(in) :: this_surface
type(vertex), intent(inout) :: vtx

Called by

proc~~reform_vertex~~CalledByGraph proc~reform_vertex reform_vertex interface~reform_vertex reform_vertex interface~reform_vertex->proc~reform_vertex

Contents

None