14#include <ngs_stdcpp_include.hpp>
66#include <ngs_defines.hpp>
69#include <core/ngcore.hpp>
72 using namespace ngcore;
76#include "ngs_utils.hpp"
82#include "blockalloc.hpp"
84#include "memusage.hpp"
86#include "evalfunc.hpp"
87#include "sample_sort.hpp"
89#include "autodiff.hpp"
90#include "autodiffdiff.hpp"
91#include "polorder.hpp"
92#include "stringops.hpp"
93#include "statushandler.hpp"
102 const char dirslash =
'\\';
104 const char dirslash =
'/';
108 using ngcore::NgMPI_Comm;
109 enum { MPI_TAG_CMD = 110 };
110 enum { MPI_TAG_SOLVE = 1110 };
114inline void NOOP_Deleter(
void *) { ; }
Datatype for automatic differentiation.
Definition autodiff.hpp:26
namespace for standard data types and algorithms.
Definition ngstd.hpp:42