Gregor Olenik

Results 31 comments of Gregor Olenik

Would that allow to use Multigrid as a preconditioner without Schwarz?

I guess that should also work with cmakes [new](https://cmake.org/cmake/help/latest/manual/cmake.1.html#run-a-workflow-preset) `--workflow` option.

https://github.com/JakubTrzcskni/ginkgo/tree/gauss-seidel-precond is working on a Gauß-Seidel preconditioner

@satyajeetnim Any news on this? It seems I am facing the same issue here.

The commits 7b86e9b and 12f3523 should fix the error msg. At the moment import_foam_mesh just reads the 'faces', 'points', 'owner', 'neighbour' files and returns a DataFrame. Next step should be...

Commits 9c6bcbb46eab31552a022ffdc96684e48ce050c3 and 2f1623658a6aea719575cdab947b5f1abdf9bedd introduces Owls.mesh.Mesh you can create an Mesh object and compute face and cell centres. That already allows us to filter eulerian fields by spatial criteria. However...

If you prepare a PR to fix the issues with missing Origin and other type info you could a fix for this issue!

I think it would be better not to ship a complete test case, but to provide a simple script to generate one from the existing OpenFOAM tutorial cases. That would...