Revision 2febec61e87b7cbc5c2cebc9ec03bcc83d5a7629 authored by Dmitri Naumov on 12 September 2023, 20:41:00 UTC, committed by Dmitri Naumov on 17 September 2023, 20:41:23 UTC
The 'name' in process construction is also used after
the process construction and so it can not be moved
anyway. Taking it by const-ref avoids an extra copy
here (and silences a cppcheck warning).
1 parent cde2e29
History
File Mode Size
MeshEditing
AppendLinesAlongPolyline.cpp -rw-r--r-- 3.4 KB
AppendLinesAlongPolyline.h -rw-r--r-- 1.2 KB
BoundaryElementsAlongPolyline.cpp -rw-r--r-- 6.4 KB
BoundaryElementsAlongPolyline.h -rw-r--r-- 1.9 KB
BoundaryElementsAtPoint.cpp -rw-r--r-- 4.0 KB
BoundaryElementsAtPoint.h -rw-r--r-- 1.8 KB
BoundaryElementsOnSurface.cpp -rw-r--r-- 2.3 KB
BoundaryElementsOnSurface.h -rw-r--r-- 1.8 KB
BoundaryElementsSearcher.cpp -rw-r--r-- 4.1 KB
BoundaryElementsSearcher.h -rw-r--r-- 2.0 KB
CMakeLists.txt -rw-r--r-- 391 bytes
ConstructMeshesFromGeometries.cpp -rw-r--r-- 5.4 KB
ConstructMeshesFromGeometries.h -rw-r--r-- 1.2 KB
CreateSearchLength.cpp -rw-r--r-- 1.6 KB
CreateSearchLength.h -rw-r--r-- 926 bytes
GeoMapper.cpp -rw-r--r-- 20.9 KB
GeoMapper.h -rw-r--r-- 2.9 KB
HeuristicSearchLength.cpp -rw-r--r-- 2.4 KB
HeuristicSearchLength.h -rw-r--r-- 1.4 KB
IdentifySubdomainMesh.cpp -rw-r--r-- 9.4 KB
IdentifySubdomainMesh.h -rw-r--r-- 936 bytes
MeshNodeSearcher.cpp -rw-r--r-- 7.1 KB
MeshNodeSearcher.h -rw-r--r-- 3.2 KB
MeshNodesAlongPolyline.cpp -rw-r--r-- 2.0 KB
MeshNodesAlongPolyline.h -rw-r--r-- 2.0 KB
MeshNodesAlongSurface.cpp -rw-r--r-- 1.8 KB
MeshNodesAlongSurface.h -rw-r--r-- 2.0 KB
MeshNodesOnPoint.cpp -rw-r--r-- 1.3 KB
MeshNodesOnPoint.h -rw-r--r-- 1.9 KB
SearchAllNodes.h -rw-r--r-- 422 bytes
SearchLength.h -rw-r--r-- 1.2 KB

back to top