Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 765 Bytes

dofhandler.md

File metadata and controls

29 lines (22 loc) · 765 Bytes

[Dof Handler](@id dofhandler-interpolations)

Type definitions

Dof handlers are subtypes of AbstractDofhandler{sdim}, i.e. they are parametrized by the spatial dimension. Internally a helper struct [InterpolationInfo](@ref Ferrite.InterpolationInfo) is utilized to enforce type stability during dof distribution, because the interpolations are not available as concrete types.

Ferrite.InterpolationInfo
Ferrite.PathOrientationInfo
Ferrite.SurfaceOrientationInfo

Internal API

The main entry point for dof distribution is [__close!](@ref Ferrite.__close!).

Ferrite.__close!
Ferrite.get_grid
Ferrite.find_field
Ferrite._find_field
Ferrite._close_subdofhandler!
Ferrite._distribute_dofs_for_cell!
Ferrite.permute_and_push!