Muscat.Actions.OpenInParaView module¶
- OpenInParaView(mesh: Mesh | PartitionedMesh | None = None, filename: str | None = None, run: bool = True, wait: bool = False) None [source]¶
Export mesh to a temporary file and open the file in ParaView the paraviewExec
- Parameters:
mesh (Optional[Mesh, PartitionedMesh], optional) – Mesh to export, if None the file with the name filename will be open by default None
filename (Optional[str], optional) – filename to use, if None a generated name will be used, by default None
run (bool, optional) – to run ParaView, can be False to only export the file, by default True
wait (bool, optional) – wait for paraview to close before continuing, by default False