netgen/libsrc/core
2024-09-02 10:15:28 +02:00
..
_get_glibcxx_use_cxx11_abi.cpp Propagate -fabi-version=xx when compiling with GCC 2024-03-20 18:30:17 +01:00
_get_gxx_abi.cpp Propagate -fabi-version=xx when compiling with GCC 2024-03-20 18:30:17 +01:00
.clang-tidy Runtime MPI wrapper 2024-05-13 13:43:53 +02:00
archive.cpp wrap static variable into function 2024-01-09 10:21:06 +01:00
archive.hpp std::move in register_archive 2024-07-18 18:57:06 +02:00
array.hpp fix size of me in mt swap in array move constructor 2024-08-27 18:33:36 +02:00
autodiff.hpp move AutoDiff to netgen 2023-09-29 10:56:16 +02:00
autodiffdiff.hpp move AutoDiff to netgen 2023-09-29 10:56:16 +02:00
bitarray.cpp Template archive 2023-02-13 15:42:45 +01:00
bitarray.hpp Template archive 2023-02-13 15:42:45 +01:00
CMakeLists.txt Add ng_mpi_native.hpp 2024-06-06 15:46:19 +02:00
concurrentqueue.h Add Array, TaskManager and concurrentqueue from NGSolve 2019-07-09 12:28:21 +02:00
exception.cpp Exception::Throw 2024-07-17 18:01:59 +02:00
exception.hpp remove commented code 2024-07-20 10:38:01 +02:00
flags.cpp replace const string& by string_view in Flags and SymbolTable 2024-07-16 12:44:04 +02:00
flags.hpp replace const string& by string_view in Flags and SymbolTable 2024-07-16 12:44:04 +02:00
generate_mpi_sources.py Wrap more MPI functions 2024-05-31 10:17:01 +02:00
hashtable.hpp Copy ctor for IVec 2024-07-18 15:07:41 +02:00
localheap.cpp Add LocalHeap, some NGCORE_API 2019-07-10 10:47:08 +02:00
localheap.hpp Some cuda fixes 2023-02-16 12:55:12 +01:00
logging.cpp remove spdlog and archive logging 2023-08-21 19:14:39 +02:00
logging.hpp SetLevel returns old level 2024-05-05 21:41:05 +02:00
memtracer.hpp Fix compiling with cuda and active mem-tracer 2024-06-27 11:29:26 +02:00
mpi4py_pycapi.h mpi4py: Support limited API and ABI compatibility 2024-05-27 14:26:21 +03:00
mpi_wrapper.hpp Remove MyMPI helper class 2024-05-14 22:02:08 +02:00
ng_mpi_generated_declarations.hpp Wrap more MPI functions 2024-05-31 10:17:01 +02:00
ng_mpi_generated_dummy_init.hpp Wrap more MPI functions 2024-05-31 10:17:01 +02:00
ng_mpi_generated_init.hpp Wrap more MPI functions 2024-05-31 10:17:01 +02:00
ng_mpi_native.hpp Add ng_mpi_native.hpp 2024-06-06 15:46:19 +02:00
ng_mpi_wrapper.cpp Fix building with mpi wrapper but without python support 2024-07-08 11:48:27 +02:00
ng_mpi.cpp use std::array in IVec (for 0-size handling) 2024-07-16 13:48:17 +02:00
ng_mpi.hpp Wrap more MPI functions 2024-05-31 10:17:01 +02:00
ngcore_api.hpp Runtime MPI wrapper 2024-05-13 13:43:53 +02:00
ngcore.hpp Runtime MPI wrapper 2024-05-13 13:43:53 +02:00
ngstream.hpp occ output control 2021-09-06 16:59:48 +02:00
paje_trace.cpp Fix building without MPI 2024-05-16 11:03:44 +02:00
paje_trace.hpp PajeTrace - User defined containers 2023-02-24 12:26:24 +01:00
profiler.cpp more verbose warning msg 2023-02-11 20:25:41 +01:00
profiler.hpp gpu events in PajeTrace 2023-02-22 14:07:08 +01:00
python_ngcore_export.cpp fix (false) warnings 2024-07-20 10:25:45 +02:00
python_ngcore.cpp allow nested flags from nested python dictionaries 2024-05-31 12:55:59 +02:00
python_ngcore.hpp Get rid of mpi4py compile-time dependency, disable MPI wrapper by default 2024-05-28 11:43:15 +02:00
ranges.hpp fix initialization order warning 2021-05-30 18:57:14 +02:00
register_archive.hpp std::move in register_archive 2024-07-18 18:57:06 +02:00
signal.hpp use list instead of map to keep order 2024-01-18 19:43:08 +01:00
simd_arm64.hpp complex FMA for SIMD<double> 2023-08-01 17:44:43 +02:00
simd_avx512.hpp Fix build issue with gcc on AVX512 2024-06-10 10:48:33 +02:00
simd_avx.hpp fix fmaddsub intrinsic calls 2022-11-21 12:13:19 +01:00
simd_generic.hpp complex FMA for SIMD<double> 2023-08-01 17:44:43 +02:00
simd_sse.hpp missing const 2022-11-17 00:08:47 +01:00
simd.hpp had removed too much 2023-03-12 22:24:21 +01:00
symboltable.hpp replace const string& by string_view in Flags and SymbolTable 2024-07-16 12:44:04 +02:00
table.cpp fixing delaunay2d point search, non-parallel for small meshes 2020-10-26 11:20:12 +01:00
table.hpp Template archive 2023-02-13 15:42:45 +01:00
taskmanager.cpp Fix memory leak in TaskManager (thx @roystgnr) 2024-09-02 10:15:28 +02:00
taskmanager.hpp Fix building with USE_NUMA 2024-09-02 10:14:04 +02:00
type_traits.hpp Archive with nondefault constructor 2023-08-28 10:02:22 +02:00
utils.cpp Runtime MPI wrapper 2024-05-13 13:43:53 +02:00
utils.hpp sqr is constexpr 2024-07-18 09:44:45 +02: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