gf_pointer Derived Type

type, public, abstract :: gf_pointer

An abstract class of a pointer to a grid function.


Inherited by

type~~gf_pointer~~InheritedByGraph type~gf_pointer gf_pointer type~cgf_pointer cgf_pointer type~cgf_pointer->type~gf_pointer type~rgf_pointer rgf_pointer type~rgf_pointer->type~gf_pointer type~cpde_equation cpde_equation type~cpde_equation->type~cgf_pointer data_pointer type~scal_schw scal_schw type~scal_schw->type~cpde_equation type~sf_observer sf_observer type~sf_observer->type~scal_schw p

Contents

Source Code


Source Code

  type, abstract :: gf_pointer
  !! An abstract class of a pointer to a grid function.
  end type gf_pointer