BasicTools.FE.Fields.FEField module
- class BasicTools.FE.Fields.FEField.FEField(name=None, mesh=None, space=None, numbering=None, data=None)[source]
Bases:
FieldBase- GetCellRepresentation(fillvalue: float64 = 0, method: str | int = 'mean') ndarray[source]
Function to push the data from the field into a vector homogeneous to the mesh cell (for visualisation for example). Entities with no dofs are filled with the fillvalues (default 0) the method controls to transfer function