FEM: result show command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 21:05:20 +01:00
committed by Yorik van Havre
parent 1101dc6ced
commit decbd572da
10 changed files with 23 additions and 23 deletions

View File

@@ -919,7 +919,7 @@ void FemVTKTools::importMechanicalResult(vtkSmartPointer<vtkDataSet> dataset, Ap
//scalers["DisplacementLengths"] = ""; // not yet exported in exportMechanicalResult()
std::map<std::string, int> varids;
// id sequence must agree with definition in get_result_stats() of Fem/_TaskPanelShowResult.py
// id sequence must agree with definition in get_result_stats() of Fem/_TaskPanelResultShow.py
varids["U1"] = 0; // U1, displacement x axis
varids["U2"] = 1;
varids["U3"] = 2;