element_boundary_cdata Derived Type

type, public, extends(element_boundary_data) :: element_boundary_cdata

A complex data type instance of the abstract element boundary data type.


Inherits

type~~element_boundary_cdata~~InheritsGraph type~element_boundary_cdata element_boundary_cdata type~element_boundary_data element_boundary_data type~element_boundary_cdata->type~element_boundary_data

Inherited by

type~~element_boundary_cdata~~InheritedByGraph type~element_boundary_cdata element_boundary_cdata type~cgfb cgfb type~cgfb->type~element_boundary_cdata elems

Contents


Components

TypeVisibility AttributesNameInitial
complex(kind=wp), public, dimension(2):: bvar

A complex 1d array of size 2 that will contain the boundary data of the element.


Constructor

public interface element_boundary_cdata

The constructor for the complex element boundary data class.


Source Code

  type, extends(element_boundary_data) :: element_boundary_cdata
  !! A complex data type instance of the abstract element boundary data type.
    complex(wp), dimension(2) :: bvar
    !! A complex 1d array of size 2 that will contain the boundary data of
    !! the element.
  end type element_boundary_cdata