Skip to content
Snippets Groups Projects
Commit 71b0a9c8 authored by Matti Pellika's avatar Matti Pellika
Browse files

Test cases. Jacobian matrix methods.

Reverted all fixes for Post/PViewDataGModelIO.cpp, I was just generating
inconsistent post-processing data, and geuzaine's fix on fix created
an offset between vertix indices saved by GModel::WriteMSH and
PViewDataGModel::writeMSH. 
parent b6722b83
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,6 @@ bool PViewDataGModel::writeMSH(std::string fileName, bool binary) ...@@ -154,7 +154,6 @@ bool PViewDataGModel::writeMSH(std::string fileName, bool binary)
fprintf(fp, "\n"); fprintf(fp, "\n");
} }
fprintf(fp, "$EndMeshFormat\n"); fprintf(fp, "$EndMeshFormat\n");
model->indexMeshVertices(true);
} }
for(unsigned int step = 0; step < _steps.size(); step++){ for(unsigned int step = 0; step < _steps.size(); step++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment