Muscat.FE.Fields.FEField module
- class 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 fillValue (default 0) the method controls to transfer function