.. |
.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 missing initial value for offset in HashArchive
|
2020-09-01 11:59:37 +02:00 |
array.hpp
|
trange bracket with size_t for T_Range
|
2020-09-19 09:43:00 +02:00 |
bitarray.cpp
|
fix bug in BitArray==
|
2020-09-11 16:54:25 +02:00 |
bitarray.hpp
|
BitArray::Data
|
2020-10-08 21:27:16 +02:00 |
CMakeLists.txt
|
cmake variable NG_COMPILE_FLAGS to set additional compile options
|
2020-10-01 13:35:53 +02: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
|
printing flags
|
2019-12-09 16:20:42 +01:00 |
flags.hpp
|
move flags to ngcore
|
2019-08-06 14:16:13 +02:00 |
hashtable.hpp
|
remove bitarray in delaunay2d, just one hashtable position
|
2020-10-23 19:40:47 +02:00 |
localheap.cpp
|
Add LocalHeap, some NGCORE_API
|
2019-07-10 10:47:08 +02:00 |
localheap.hpp
|
Add LocalHeap, some NGCORE_API
|
2019-07-10 10:47:08 +02: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
|
Ignore warning C4910 on Windows
|
2019-11-28 15:49:57 +01:00 |
ngcore.hpp
|
reduce duplicated mpi-wrapping
|
2020-07-31 09:57:19 +02:00 |
paje_trace.cpp
|
sunburst chart - tooltip formatting
|
2020-10-14 11:52:34 +02:00 |
paje_trace.hpp
|
Merge traces with MPI
|
2020-08-07 12:59:22 +02:00 |
profiler.cpp
|
Fix/disable some core guidelines warnings
|
2019-04-24 23:08:17 +02:00 |
profiler.hpp
|
helper macro for Timer/RegionTimer definition
|
2020-10-13 11:11:33 +02:00 |
python_ngcore_export.cpp
|
export PajeTrace to Python (with context manager api)
|
2020-08-07 15:43:52 +02: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 |
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
|
DynamicTable: char-alloc if not trivially constructable
|
2020-08-29 12:36:45 +02:00 |
taskmanager.cpp
|
fixing delaunay2d point search, non-parallel for small meshes
|
2020-10-26 11:20:12 +01:00 |
taskmanager.hpp
|
Fix build with USE_NUMA=ON
|
2020-03-25 10:40:12 +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
|
template shouldn't have NGCORE_API
|
2020-04-20 10:26:17 +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
|
MaybeTrue/False for xbool
|
2020-08-23 18:47:49 +02:00 |