MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / close

Method close

python/dolfinx/io/utils.py:111–113  ·  view source on GitHub ↗

Close the VTX file.

(self)

Source from the content-addressed store, hash-verified

109 self._cpp_object.write(t)
110
111 def close(self):
112 """Close the VTX file."""
113 self._cpp_object.close()
114
115
116class VTKFile(_cpp.io.VTKFile):

Callers 10

test_vtx_functionsMethod · 0.95
test_vtx_reuse_meshMethod · 0.95
test_dg_0_dataMethod · 0.95
__exit__Method · 0.95
declare_vtx_writerFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_vtx_functionsMethod · 0.76
test_vtx_reuse_meshMethod · 0.76
test_dg_0_dataMethod · 0.76