warp.fem.field#

Test and trial field types for finite element formulations.

This module provides field types used in FEM weak formulations for defining bilinear and linear forms, local operations, and restricting fields to subdomains.

API#

FieldRestriction

Restriction of a discrete field to a given GeometryDomain

LocalTestField

TestField

Field defined over a space restriction that can be used as a test function.

TrialField

Field defined over a domain that can be used as a trial function