Skip to content
Snippets Groups Projects

accélération du code BEM

Merged Boman Romain requested to merge (removed):faster_bem into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -659,7 +659,7 @@ void getBC(std::map<size_t, int> &allNodeIndex, const std::vector<double> &allCo
}
}
void computeGeometricParam(elementStruct &element, std::map<std::size_t, int> allNodeIndex, const std::vector<double> &allCoord, std::pair<double, double> nodalDisp1, std::pair<double, double> nodalDisp2)
void computeGeometricParam(elementStruct &element, std::map<std::size_t, int> &allNodeIndex, const std::vector<double> &allCoord, std::pair<double, double> &nodalDisp1, std::pair<double, double> &nodalDisp2)
{
int i1Tag = element.nodeTags[0];
int i2Tag = element.nodeTags[1];
Loading