GeometryClass Module



Interfaces

public interface Construct

  • private function ConstructGeometry(mesh, spA, controlVariables)

    Arguments

    Type IntentOptional Attributes Name
    class(HexMesh), intent(in) :: mesh
    class(NodalStorage_t), intent(in) :: spA(0:)
    class(FTValueDictionary), intent(in) :: controlVariables

    Return Value class(Geometry_t), pointer


Derived Types

type, public ::  Geometry_t

Components

Type Visibility Attributes Name Initial
character(len=LINE_LENGTH), public :: solutionName

Type-Bound Procedures

procedure, public :: Construct => Geometry_Construct
procedure, public :: Compute => Geometry_Compute
procedure, public :: Describe => Geometry_Describe