Dear Yves, I am working on adding a new mumps context object to the scripting interface, but I am a bit stuck with the object member function naming system.
In the following example for the MeshFem
object, the qdim
command is converted to set_qdim
, while the reduction matrices
command is translated to reduction_matrices
without the “set_” prefix.
Where is it decided on whether the “set_” prefix is prepended or not?