fluiddyn.io.dantec

IO for Dantec files (fluiddyn.io.dantec)

Provides the classes LoadedElement, LoadedXML DantecImageEnsemble and DantecVectorEnsemble.

Warning: no security at all. For example, it would fall in a loop if there is a loop in the file. Do not use with untrusted xml files.

class fluiddyn.io.dantec.LoadedElement(unloaded_element)[source]

Bases: object

A loaded element of a xml file.

Warning: no security at all. For example, it would fall in a loop if there is a loop in the file. Do not use with untrusted xml files.

class fluiddyn.io.dantec.LoadedXML(name_file)[source]

Bases: LoadedElement

Initialize the loop on the file elements…

class fluiddyn.io.dantec.DantecImageEnsemble(path_base)[source]

Bases: object

class fluiddyn.io.dantec.DantecVectorEnsemble[source]

Bases: object

Classes

DantecImageEnsemble(path_base)

DantecVectorEnsemble()

LoadedElement(unloaded_element)

A loaded element of a xml file.

LoadedXML(name_file)

Initialize the loop on the file elements...