Compute jacobians, element volumes and base function derivatives for Volume-type geometries (volume mappings), and jacobians, normals and base function derivatives for Surface-type geometries (surface mappings).
Notes
Return the DOF connectivity for the given geometry type.
Parameters: | region : Region instance
integration : one of (‘volume’, ‘plate’, ‘surface’, ‘surface_extra’)
|
---|
Get the polynomial space.
Parameters: | key : ‘v’ or ‘s?’
from_geometry : bool
|
---|---|
Returns: | ps : PolySpace instance
|
A simple wrapper around PolySpace.
Like Interpolant, but for use with SurfaceField and SurfaceApproximation.