OpenPisco.ExternalTools.FreeFem.FreeFemProblemWriter module#
FreefemProblemWriter
Following OpenPisco business logic for external tools such as Freefem++, we provide utilities suitable for the coupling with it. The responsability of the current module is simply to build a suitable .edp file that can be handled by the Freefem executable.
- class OpenPisco.ExternalTools.FreeFem.FreeFemProblemWriter.FreeFemLSMetricComputationWriter(opts: dict)[source]#
Bases:
FreeFemWriterBase
- class OpenPisco.ExternalTools.FreeFem.FreeFemProblemWriter.FreeFemStaticWriter(phyproblem=None)[source]#
Bases:
FreeFemWriterBase- ProblemStaticLHS(conform: bool = True)[source]#
Build left-hand side of problem
- Parameters
conform (bool, optional) – conformal configuration or not, by default True (conformal)