LIHPC-Computational-Geometry / gmds

GMDS, for Generic Mesh Data Structures and Services, provide a set of libraries to represent and handles meshes in the context of numerical simulation. It mainly targets quad and hex mesh generation and adaptation.
https://lihpc-computational-geometry.github.io/gmds/
GNU Lesser General Public License v2.1
27 stars 7 forks source link

Lima2 writer/reader integration #232

Closed franck-ledoux closed 1 year ago

franck-ledoux commented 1 year ago

Integration of a Lima Reader and a writer Lima is now available on Github and must be used as a possible input/output format for gmds. The objective of this issue is to provide a first support for Lima in the gmds/io component (as an option).

The proposed implementation must provide the services given by GMDSCEA only. Additional features will be likely added later.

create-issue-branch[bot] commented 1 year ago

Branch issue-232-Lima2_writer/reader_integration created!

franck-ledoux commented 1 year ago

Issue closed when merging branch