Finite Element
Finite Element Space
FerriteMultigrid.FESpace — Type
FESpace{DH<:AbstractDofHandler, CV<:AbstractCellValues, CH<:ConstraintHandler}A structure that encapsulates the finite element space.
Fields
dh::DH: Degree-of-freedom handlercv::CV: Cell valuesch::CH: Constraint handler.