get_all_report_quantities#

PostProcessor.get_all_report_quantities(solution=None, context=None, is_siwave_dc=False)[source]#

Return all the possible report categories organized by report types, solution and categories.

Parameters:
solutionstr optional

Solution to get the report quantities. The default is None, in which case the all solutions are used.

contextstr, dict, optional

Report Context. The default is None, in which case the default context is used. For Maxwell 2D/3D Eddy Current solution types this can be provided as a dictionary where the key is the matrix name and value the reduced matrix.

is_siwave_dcbool, optional

Whether if the setup is Siwave DCIR or not. Default is False.

Returns:
dict

A dictionary with primary key the report type, secondary key the solution type and third key the report categories.