Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
class
VTKFile(_cpp.io.VTKFile):
Callers
10
test_vtx_functions
Method · 0.95
test_save_vtkx_cell_point
Method · 0.95
test_vtx_reuse_mesh
Method · 0.95
test_dg_0_data
Method · 0.95
__exit__
Method · 0.95
declare_vtx_writer
Function · 0.45
demo_cahn-hilliard.py
File · 0.45
demo_static-condensation.py
File · 0.45
demo_mixed-topology.py
File · 0.45
demo_navier-stokes.py
File · 0.45
Calls
no outgoing calls
Tested by
4
test_vtx_functions
Method · 0.76
test_save_vtkx_cell_point
Method · 0.76
test_vtx_reuse_mesh
Method · 0.76
test_dg_0_data
Method · 0.76