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

Method write

python/dolfinx/io/utils.py:107–109  ·  view source on GitHub ↗

Write data to file for a given time.

(self, t: float)

Source from the content-addressed store, hash-verified

105 self.close()
106
107 def write(self, t: float):
108 """Write data to file for a given time."""
109 self._cpp_object.write(t)
110
111 def close(self):
112 """Close the VTX file."""

Callers 15

test_vtx_functionsMethod · 0.95
test_vtx_reuse_meshMethod · 0.95
test_dg_0_dataMethod · 0.95
test_second_order_vtxMethod · 0.45
test_vtx_meshMethod · 0.45
test_empty_rank_meshMethod · 0.45
declare_vtk_real_fnFunction · 0.45
declare_vtk_scalar_fnFunction · 0.45
declare_vtx_writerFunction · 0.45
write_functionMethod · 0.45
processFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_vtx_functionsMethod · 0.76
test_vtx_reuse_meshMethod · 0.76
test_dg_0_dataMethod · 0.76
test_second_order_vtxMethod · 0.36
test_vtx_meshMethod · 0.36
test_empty_rank_meshMethod · 0.36