Skip to content

Geometry and Topology IO will be dependant of the DatasetName

victorsndvg requested to merge simplify_communications into master

in order to reduce communications. All calls to Read/Write are intended to be collective calls and user must maintain the coherence.

XPath variables will not be saved anymore when reading. XPath values and dataset names will be propagated through the procedure signatures.

UniformGridDescriptor will not be responsible of providing data when reading. All data must be shared by all involved processors.

Merge request reports