Skip to content
Snippets Groups Projects
Commit f7b84027 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

use addCellData to add cell data

[[Imported from SVN: r4877]]
parent 66575ba4
Branches
No related tags found
No related merge requests found
......@@ -719,7 +719,7 @@ int main (int argc, char *argv[]) try
BlockVector<FieldVector<double,1> > stress;
Stress<GridType>::getStress(grid, x3d, stress, E, nu);
amiraMeshWriter.addVertexData(stress, grid.leafView());
amiraMeshWriter.addCellData(stress, grid.leafView());
amiraMeshWriter.write(resultPath + "grid.result");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment