exasim-project / NeoFOAM

WIP Prototype of a modern CFD core
19 stars 1 forks source link

Feat/unstructured mesh #53

Closed HenningScheufler closed 1 month ago

HenningScheufler commented 2 months ago

Adds a basic unstructuredMesh with a boundaryMesh and stencilDatabase

Currently, the unstructured Mesh stores the mesh-related fields such as cell center, mesh points etc. and provides similar data for the boundaryMesh

Additional stencils can be registered in the stencilDataBase and retrieved by the numerical operators