netgen/libsrc/core
2021-04-01 10:48:13 +02:00
..
.clang-tidy Fix/disable some core guidelines warnings 2019-04-24 23:08:17 +02:00
archive.cpp Set version of Netgen globally (for archives), interface to get version 2020-07-23 20:12:47 +02:00
archive.hpp fix pickling on arm, store long type platform independent 2021-04-01 10:48:13 +02:00
array.hpp Array<int> ia(n); ia.Range(2, END-1) 2021-03-29 22:39:57 +02:00
bitarray.cpp fix hashing of bitarray (uninitialized value in HashArchive & random 2020-11-25 22:07:07 +01:00
bitarray.hpp mem tracing compile time option, simplify by MemoryTracer as member 2020-11-21 15:49:07 +01:00
CMakeLists.txt prepare SIMD for arm64 2021-01-30 20:05:28 +01:00
concurrentqueue.h Add Array, TaskManager and concurrentqueue from NGSolve 2019-07-09 12:28:21 +02:00
exception.cpp set signal handlers only if NG_BACKTRACE is set 2020-07-15 16:21:51 +02:00
exception.hpp Revert "api" 2019-11-29 15:26:20 +00:00
flags.cpp add std::any symboltable to Flags to store arbitrary objects 2021-02-08 15:44:15 +01:00
flags.hpp add std::any symboltable to Flags to store arbitrary objects 2021-02-08 15:44:15 +01:00
hashtable.hpp start face-hierarchy in Netgen 2021-02-17 14:54:14 +01:00
localheap.cpp Add LocalHeap, some NGCORE_API 2019-07-10 10:47:08 +02:00
localheap.hpp fixing warnings 2021-02-18 10:30:01 +01:00
logging.cpp reduce message and log level in python 2019-10-08 16:51:32 +02:00
logging.hpp use global logging level without spdlog 2019-09-09 17:05:23 +02:00
mpi_wrapper.hpp check if mpi is initialized 2020-09-15 23:16:04 +02:00
ngcore_api.hpp Fix GetTimeCounter for Aarch64 variants 2021-03-03 17:30:33 +01:00
ngcore.hpp move (refactored) SIMD headers from ngsolve into ngcore 2020-12-11 20:54:41 +01:00
paje_trace.cpp memory tracer - fix memory accumulation of children 2020-11-25 14:34:29 +01:00
paje_trace.hpp memory tracing - handle multiple consecutive tracers correctly 2020-11-24 19:20:21 +01:00
profiler.cpp memory tracing - store parents array instead of children table 2020-11-24 17:12:39 +01:00
profiler.hpp fixing warnings 2021-02-18 10:30:01 +01:00
python_ngcore_export.cpp mem tracing compile time option, simplify by MemoryTracer as member 2020-11-21 15:49:07 +01:00
python_ngcore.cpp parallel pickling per default on 2020-09-04 14:47:56 +02:00
python_ngcore.hpp pybind11 compatibility 2020-10-22 12:11:19 +02:00
ranges.hpp add range adaptors (filter, transform) 2020-09-19 17:39:03 +02:00
signal.hpp code style changes to signals 2019-08-21 11:31:25 +02:00
simd_arm64.hpp arm-simd: HSum, tuple support 2021-02-05 11:59:03 +01:00
simd_avx512.hpp fnma intrinsic for avx512 2020-12-22 13:06:08 +01:00
simd_avx.hpp fnma intrinsic for avx512 2020-12-22 13:06:08 +01:00
simd_generic.hpp fnma intrinsic for avx512 2020-12-22 13:06:08 +01:00
simd_sse.hpp remove AlignedAlloc, use alignas 2020-12-15 09:40:43 +01:00
simd.hpp Fix GetTimeCounter for Aarch64 variants 2021-03-03 17:30:33 +01:00
symboltable.hpp Use enable_if_t 2019-02-14 14:08:17 +01:00
table.cpp fixing delaunay2d point search, non-parallel for small meshes 2020-10-26 11:20:12 +01:00
table.hpp fixing warnings 2021-02-18 10:30:01 +01:00
taskmanager.cpp Support for Apple M1 2020-12-15 10:43:11 +01:00
taskmanager.hpp fixing warnings 2021-02-18 10:30:01 +01:00
type_traits.hpp workaround for some compilers evaluating the declval in has_Range 2019-08-21 09:44:31 +02:00
utils.cpp Catch exceptions in Demangle() 2019-10-14 10:56:27 +02:00
utils.hpp Fix GetTimeCounter for Aarch64 variants 2021-03-03 17:30:33 +01:00
version.cpp Set version of Netgen globally (for archives), interface to get version 2020-07-23 20:12:47 +02:00
version.hpp Set version of Netgen globally (for archives), interface to get version 2020-07-23 20:12:47 +02:00
xbool.hpp fixing warnings 2021-02-18 10:30:01 +01:00