element_boundary_rdata Derived Type

type, public, extends(element_boundary_data) :: element_boundary_rdata

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


Inherits

type~~element_boundary_rdata~~InheritsGraph type~element_boundary_rdata element_boundary_rdata type~element_boundary_data element_boundary_data type~element_boundary_rdata->type~element_boundary_data

Inherited by

type~~element_boundary_rdata~~InheritedByGraph type~element_boundary_rdata element_boundary_rdata type~rgfb rgfb type~rgfb->type~element_boundary_rdata elems type~tdc tdc type~tdc->type~rgfb dxdlambda_b, dxdxi_b type~scal_schw scal_schw type~scal_schw->type~rgfb eq_lambda, eq_s, eq_sinv type~scal_schw->type~tdc time_dep_coord type~sf_observer sf_observer type~sf_observer->type~scal_schw p

Contents


Components

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

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


Constructor

public interface element_boundary_rdata

The constructor for the real element boundary data class.


Source Code

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