export_c_matrix#

Maxwell2d.export_c_matrix(matrix_name, output_file, setup=None, default_adaptive='LastAdaptive', is_post_processed=False)#

Export Capacitance matrix after solving.

Parameters:
matrix_namestr

Matrix name to be exported.

output_filestr

Output file path to export R/L matrix file to. Extension must be .txt.

setupstr, optional

Name of the setup. If not provided, the active setup is used.

default_adaptivestr, optional

Adaptive type. The default is "LastAdaptive".

is_post_processedbool, optional

Boolean to check if it is post processed. Default value is False.

Returns:
bool

True when successful, False when failed.