autopdex.SimState.set_postprocessing_policy
- SimState.set_postprocessing_policy(policy=None, *, result_folder_name: str | None = None, domains: str | list[str] | Tuple[str, ...] | None = '__all__', integration_order: int | None = None, int_pts_and_weights: Dict[str, Any] | None = None, integration_mode: str | None = None, projection_tol: float = 1e-08, projection_atol: float = 1e-10, projection_maxiter: int = 1000)[source]
Configure dae.SavePolicy for VTU/PVD output during run(…).
result_folder_name is used as the output folder path. If domains is provided, matching add_model(…) functions are evaluated in ModelContext mode “output” and projected to VTU point data. integration_mode=”collocation” uses Gauss-Lobatto points for tensor-product elements.