Important attributes of continuous (order > 0) Field and SurfaceField instances:
where conn is the mesh vertex connectivity, econn is the region-local field connectivity.
Average DOFs of the discontinuous field into the field region vertices.
Extend DOFs to the whole domain using the fill_value, or the smallest value in dofs if fill_value is None.
Evaluate source DOF values corresponding to the field in the given coordinates using the field interpolation.
Parameters: | coors : array
source_vals : array
strategy : str, optional
close_limit : float, optional
cache : Struct, optional
ret_cells : bool, optional
ret_status : bool, optional
ret_ref_coors : bool, optional
verbose : bool
|
---|---|
Returns: | vals : array
cells : array
status : array
|
A field defined on a surface region.