Feature/language discretization
Compare changes
- Stéphane Del Pino authored
Now cell values stored by tracing the values the same way as in 2d: the value is assigned to each node of the cell. This is more consistent with the 2d format and allow to store data in parallel without any kind of ordering.
+ 57
− 136
@@ -39,34 +39,6 @@ GnuplotWriter::_getFilename() const
@@ -105,11 +77,6 @@ GnuplotWriter::_writePreamble(const OutputNamedItemValueSet& output_named_item_v
@@ -132,42 +99,50 @@ GnuplotWriter::_writeCellValue(const CellValue<DataType>& cell_value, CellId cel
@@ -196,86 +171,32 @@ GnuplotWriter::_writeNodeValue(const NodeValue<ValueType>& node_value, NodeId no
@@ -291,15 +212,15 @@ GnuplotWriter::writeMesh(const std::shared_ptr<const IMesh>& p_mesh) const