export_convergence#

Maxwell2d.export_convergence(setup, variations='', output_file=None)[source]#

Export a solution convergence to a file.

Parameters:
setupstr

Setup name. For example, 'Setup1'.

variationsstr

Variation string with values. For example, 'radius=3mm'.

output_filestr, optional

Full path to the PROF file. The default is None, in which case the working directory is used.

Returns:
str

Output file path if created.

References

>>> oModule.ExportConvergence