field_matrix_type Derived Type

type, private :: field_matrix_type

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
type(dcell_type), public, dimension (:), pointer :: dcell => null()

Source Code

  type :: field_matrix_type
     type(dcell_type), dimension (:), pointer :: dcell => null()
  end type field_matrix_type