warp.fem.space#

Function space types for finite element discretizations.

This module provides specialized function space classes for vector-valued fields with different transformation behaviors (collocated, contravariant, and covariant). The shape submodule contains shape function definitions.

Submodules#

These modules are automatically available when you import warp.fem.space.

API#

CollocatedFunctionSpace

Function space where values are collocated at nodes

ContravariantFunctionSpace

Function space whose values are contravariant vectors

CovariantFunctionSpace

Function space whose values are covariant vectors