netgen/libsrc
Matthias Hochsteger 6f7543c7dc Timer - convenience constructors to disable tracing and/or timing
Examples:
Timer t0("name");
Timer t1("name", NoTracing);
Timer t2("name", NoTiming);
Timer t3("name", NoTracing, NoTiming);
Timer t4("name", NoTiming, NoTracing);
2021-06-11 10:08:06 +02:00
..
core Timer - convenience constructors to disable tracing and/or timing 2021-06-11 10:08:06 +02:00
csg fix tolerance in specpoints check (compare Dist2() with sqr(1e-8*geomsize) ) 2021-06-08 20:03:07 +02:00
general init allocsize in NgArray 2021-05-31 08:23:01 +02:00
geom2d Merge branch 'fix_pointsels_in_2dgeom' into 'master' 2021-03-29 19:38:41 +00:00
gprim Fix SplineSeg ctor 2021-06-08 19:28:53 +02:00
include use tuple -> std::tuple 2021-05-31 08:23:09 +02:00
interface TABLE -> Table 2021-05-11 18:21:40 +02:00
linalg Rename Array to NgArray 2019-07-09 10:39:16 +02:00
meshing more ParallelFor in Topology 2021-06-10 21:52:22 +02:00
occ Merge remote-tracking branch 'stefanbruens/salome_upstreamable' 2021-03-15 09:36:01 +01:00
stlgeom Clean up multiple definitions of DLL_HEADER 2021-02-18 14:53:38 +01:00
visualization manually cut view vector with clipping plane (more accurate, also working when visualizing clipping plane vectors) 2021-01-13 16:48:16 +01:00
CMakeLists.txt start ngcore, archive in there 2018-11-29 18:35:30 +01:00