coord_t Derived Type

type, public :: coord_t


Inherited by

type~~coord_t~~InheritedByGraph type~coord_t coord_t type~elements_t elements_t type~elements_t->type~coord_t norm, NeighCenter, centTOface, centTOfaceN, center type~mesh2d_prop_t mesh2D_prop_t type~mesh2d_prop_t->type~coord_t node type~mesh2d_prop_t->type~elements_t elem type~mesh2d_t mesh2D_t type~mesh2d_t->type~mesh2d_prop_t M2D_Prop

Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: x_coord
real(kind=dp), public :: y_coord

Source Code

    type coord_t
      real(kind=dp) :: x_coord,y_coord
    end type coord_t