The new kokkos integration routine is more powerful but also more strict.
@@ -16,6 +25,7 @@ So if you encounter a segmentation fault or a non valid matrix or rhs please dou
Api Change:
- (SymWeakForm.py) The parameter sdim is now required in functions GetField, GetTestFields
New functionalities:
- (PickleTools.py) Add support to read pickles files from Muscat 2.4 and earlier.
- (FilterOperators.py) ensure the operator always return a vector of MuscatIndex
@@ -27,6 +37,7 @@ New functionalities:
- (DatReader.py) Read DAT lile from Ansys
- (RstReader.py) Read RST file from Ansys Mechanical
Corrections:
- (CGNSBridge.py) MeshToCGNS: Prevent creation of empty flowSolutions of name PointData, CellData, or SurfaceData when not needed. Rename created FlowSolution nodes with CGL.newFlowSolution to f"{location}Fields"
- (vtkBridge.py) Correct `vtkmesh.GetPoints()` call in `VtkToMesh`