vertex_ Interface

public interface vertex_

Called by

interface~~vertex_~~CalledByGraph interface~vertex_ vertex_ proc~geom_cell geom_cell proc~geom_cell->interface~vertex_ proc~rd_gmsh_mesh rd_gmsh_mesh proc~rd_gmsh_mesh->interface~vertex_ proc~rd_exodus_mesh rd_exodus_mesh proc~rd_exodus_mesh->interface~vertex_ proc~rd_cgns_mesh rd_cgns_mesh proc~rd_cgns_mesh->interface~vertex_ proc~rd_gambit_mesh rd_gambit_mesh proc~rd_gambit_mesh->interface~vertex_ interface~rd_gambit_mesh rd_gambit_mesh interface~rd_gambit_mesh->proc~rd_gambit_mesh interface~geom_cell geom_cell interface~geom_cell->proc~geom_cell interface~rd_exodus_mesh rd_exodus_mesh interface~rd_exodus_mesh->proc~rd_exodus_mesh interface~rd_gmsh_mesh rd_gmsh_mesh interface~rd_gmsh_mesh->proc~rd_gmsh_mesh interface~rd_cgns_mesh rd_cgns_mesh interface~rd_cgns_mesh->proc~rd_cgns_mesh proc~create_mesh create_mesh proc~create_mesh->interface~geom_cell proc~import_mesh import_mesh proc~create_mesh->proc~import_mesh proc~import_mesh->interface~rd_gambit_mesh proc~import_mesh->interface~rd_gmsh_mesh proc~smooth_mesh smooth_mesh proc~smooth_mesh->interface~geom_cell interface~smooth_mesh smooth_mesh interface~smooth_mesh->proc~smooth_mesh interface~create_mesh create_mesh interface~create_mesh->proc~create_mesh

Contents


Functions

public elemental function vertex_1_(x, y, z, on_boundary) result(res)

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y
real(kind=psb_dpk_), intent(in) :: z
logical, intent(in), optional :: on_boundary

Return Value type(vertex)

public elemental function vertex_2_(position, on_boundary) result(res)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: position
logical, intent(in), optional :: on_boundary

Return Value type(vertex)