https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5ba23e130fdc08cb921cc0b5531ff3b0e87f3854 authored by Dmitri Naumov on 19 June 2023, 17:29:13 UTC, committed by Dmitri Naumov on 20 June 2023, 16:45:18 UTC
Using std::span removes the necessity to use a template
argument, which allows the function to be moved into
the translation unit.
1 parent ec01622
History
Tip revision: 5ba23e130fdc08cb921cc0b5531ff3b0e87f3854 authored by Dmitri Naumov on 19 June 2023, 17:29:13 UTC
[MPL] Replace function template arg with span
Tip revision: 5ba23e1
File Mode Size
MeshEditing
MeshGenerators
MeshQuality
CMakeLists.txt -rw-r--r-- 798 bytes
ComputeElementVolumeNumerically.cpp -rw-r--r-- 4.6 KB
ComputeElementVolumeNumerically.h -rw-r--r-- 491 bytes
MeshInformation.cpp -rw-r--r-- 5.1 KB
MeshInformation.h -rw-r--r-- 2.5 KB
MeshSurfaceExtraction.cpp -rw-r--r-- 19.7 KB
MeshSurfaceExtraction.h -rw-r--r-- 3.7 KB
convertMeshToGeo.cpp -rw-r--r-- 6.1 KB
convertMeshToGeo.h -rw-r--r-- 1.5 KB

back to top