ply_modg_basis_type Derived Type

type, public :: ply_modg_basis_type

Datatype to represent the polynomial basis functions of the modg scheme.


Inherits

type~~ply_modg_basis_type~~InheritsGraph type~ply_modg_basis_type ply_modg_basis_type type~ply_modg_refine_type ply_modg_refine_type type~ply_modg_basis_type->type~ply_modg_refine_type refineBaseCoeff type~ply_modg_covolume_type ply_modg_covolume_type type~ply_modg_basis_type->type~ply_modg_covolume_type covolumeBaseCoeff

Contents


Components

TypeVisibilityAttributesNameInitial
type(ply_modg_refine_type), private :: refineBaseCoeff

Projections of ansatz functions of a finer element to a coarser element and vice versa. These coefficients are required for non-conforming element refinement in the MODG scheme.

type(ply_modg_covolume_type), private :: covolumeBaseCoeff

Projections of ansatz functions to covolume grid and vice versa. These coefficients are required for covolume stabilizations.