Assembly support
API
ExtendableGrids.AT_NODES — Type
abstract type AT_NODES <: AssemblyTypecauses interpolation at vertices of the grid (only for H1-conforming interpolations)
sourceExtendableGrids.ON_BEDGES — Type
abstract type ON_BEDGES <: AssemblyTypecauses assembly/interpolation on boundary edges of the grid (only in 3D)
sourceExtendableGrids.ON_BFACES — Type
abstract type ON_BFACES <: AssemblyTypecauses assembly/interpolation on boundary faces of the grid
sourceExtendableGrids.ON_CELLS — Type
ExtendableGrids.ON_EDGES — Type
abstract type ON_EDGES <: AssemblyTypecauses assembly/interpolation on edges of the grid (only in 3D)
sourceExtendableGrids.ON_FACES — Type
ExtendableGrids.ON_IFACES — Type
abstract type ON_IFACES <: ON_FACEScauses assembly/interpolation on interior faces of the grid
source