Assembly support
API
ExtendableGrids.AT_NODES
— Typeabstract type AT_NODES <: AssemblyType
causes interpolation at vertices of the grid (only for H1-conforming interpolations)
ExtendableGrids.ON_BEDGES
— Typeabstract type ON_BEDGES <: AssemblyType
causes assembly/interpolation on boundary edges of the grid (only in 3D)
ExtendableGrids.ON_BFACES
— Typeabstract type ON_BFACES <: AssemblyType
causes assembly/interpolation on boundary faces of the grid
ExtendableGrids.ON_CELLS
— Typeabstract type ON_CELLS <: AssemblyType
causes assembly/interpolation on cells of the grid
ExtendableGrids.ON_EDGES
— Typeabstract type ON_EDGES <: AssemblyType
causes assembly/interpolation on edges of the grid (only in 3D)
ExtendableGrids.ON_FACES
— Typeabstract type ON_FACES <: AssemblyType
causes assembly/interpolation on faces of the grid
ExtendableGrids.ON_IFACES
— Typeabstract type ON_IFACES <: ON_FACES
causes assembly/interpolation on interior faces of the grid
ExtendableGrids.L2GTransformer
— TypeL2GTransformer
Transforms reference coordinates to global coordinates