KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.02k stars 245 forks source link

Add missing KRATOS_API #12387

Closed jcotela closed 4 months ago

jcotela commented 4 months ago

📝 Description In https://github.com/KratosMultiphysics/Kratos/pull/12297 I forgot to add KRATOS_API declarations for the base classes of the VoxelMeshGeneratorModeler components (key plane generators, coloring, entity generators, operations). I need these to make sure that these classes are visible in the library in order to derive them in other applications.

🆕 Changelog