Classes in FreeFEM++

Hello, I am new to FreeFEM++ and would like to organize my code using object-oriented principles by defining classes. Is there a mechanism within FreeFEM++ that supports the implementation of classes, or are there alternative methods to achieve a similar structure in the code?

No, freefem++ is a an object oriented language.

I’m working with three types of objects, each with its own set of parameters. I want to automate their creation and use these objects in the meshing process. Any advice on how to best implement this in FreeFEM++ would be appreciated!

Please do not open multiple posts for the same issue.