Plugins¶
GEMSEO features can be extended with external Python modules. All kinds of additional features can be implemented: disciplines, optimizers, DOE algorithms, formulations, post-processings, surrogate models, …
The available plugins are:
gemseo-java: interfacing Java code with GEMSEO.
gemseo-petsc: a PETSc wrapper for
LinearSolver
andMDA
, this is not the MPI approach.gemseo-scilab: interfacing Scilab functions with GEMSEO.
See also
Extend GEMSEO features with external Python modules.
See also
Create a new plugin with cookiecutter-gemseo.