bug fix for precision write to file and solid name in stl file

This commit is contained in:
hamidrezanorouzi
2023-01-18 12:19:31 +03:30
parent 990a4a8d52
commit 55ba36cc80
7 changed files with 78 additions and 11 deletions

View File

@ -229,6 +229,7 @@ public:
auto area = triSurface_.area().deviceVectorAll();
auto stress = stressWall_.deviceVectorAll();
auto numTri =triSurface_.size();
Kokkos::parallel_for(
"geometry::calculateStress",