Finite element reference mappings.
Base class for mappings.
Mapping from reference domain to physical domain of the space dimension higher by one.
Mapping from reference domain to physical domain of the same space dimension.
Get the jacobian of reference mapping corresponding to field.
| Parameters: | field : Field instance
integral : Integral instance
region : Region instance, optional
integration : one of (‘volume’, ‘surface’, ‘surface_extra’)
|
|---|---|
| Returns: | jac : array
|
See also
Notes
Assumes the same element geometry in all element groups of the field!
General helper function for accessing reference mapping data.
Get data attribute name from reference mapping corresponding to field in region in quadrature points of the given integral and integration type.
| Parameters: | name : str
field : Field instance
integral : Integral instance
region : Region instance, optional
integration : one of (‘volume’, ‘surface’, ‘surface_extra’)
|
|---|---|
| Returns: | data : array
|
Notes
Assumes the same element geometry in all element groups of the field!
Get the normals of element faces in region.
| Parameters: | field : Field instance
integral : Integral instance
region : Region instance
|
|---|---|
| Returns: | normals : array
|
See also
Notes
Assumes the same element geometry in all element groups of the field!