element_data Derived Type

type, public, abstract :: element_data

An abstract class for the data in an element.


Inherited by

type~~element_data~~InheritedByGraph type~element_data element_data type~element_cdata element_cdata type~element_cdata->type~element_data type~element_rdata element_rdata type~element_rdata->type~element_data type~cgf cgf type~cgf->type~element_cdata elems type~rgf rgf type~rgf->type~element_rdata elems type~rgf_pointer rgf_pointer type~rgf_pointer->type~rgf p type~cgf_pointer cgf_pointer type~cgf_pointer->type~cgf p type~cobserver cobserver type~cobserver->type~cgf p type~scal_schw scal_schw type~scal_schw->type~cgf eq_flux_data type~scal_schw->type~rgf eq_coeffs, eq_lcoeffs, r_schw, r_star type~cpde_equation cpde_equation type~scal_schw->type~cpde_equation type~tdc tdc type~scal_schw->type~tdc time_dep_coord type~scal_schw_eff scal_schw_eff type~scal_schw->type~scal_schw_eff effs type~robserver robserver type~robserver->type~rgf p type~cpde_equation->type~cgf eq_data, eq_rhs_data, eq_tmp_data type~cpde_equation->type~cgf_pointer data_pointer type~wtube wtube type~wtube->type~rgf win, dwin, d2win type~eff_source eff_source type~eff_source->type~cgf source type~tdc->type~rgf dxdlambda, dxdxi, d2xdlambda2, d2xdxi2, d2xdlambdadxi, rm2m type~sing_observer sing_observer type~sing_observer->type~eff_source p type~scal_schw_eff->type~eff_source type~sf_observer sf_observer type~sf_observer->type~scal_schw p

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer(kind=ip), public :: order

The order of the element.


Source Code

  type, abstract :: element_data
  !! An abstract class for the data in an element.
    integer(ip) :: order
    !! The order of the element.
  end type element_data