OpenPisco.ExternalTools.FreeFem.FreeFemInterface module#
FreefemInterface
This is the dedicated interface for the external physical solver Code_Aster. Its main responsability is to facilitate the interactions with Code_Aster, either by providing features to build the command line required to run the solver or to retrieve field computed by said solver.
- class OpenPisco.ExternalTools.FreeFem.FreeFemInterface.FreeFemInterface[source]#
Bases:
AppExecutableBase- class FreeFemInterface#
Interface for the finite element solver Freefem++
- GetNodalField(name: str) ndarray[source]#
Retrieve nodal field
- Parameters
name (str) – field name
- Returns
nodal field value
- Return type
np.ndarray