14#include <ngs_stdcpp_include.hpp>
19 NGS_DLL_HEADER
extern const std::string ngsolve_version;
32#include <ngs_defines.hpp>
33#include <core/ngcore.hpp>
34#include <core/autodiff.hpp>
35#include <core/autodiffdiff.hpp>
39 using namespace ngcore;
43#include "ngs_utils.hpp"
45#include "blockalloc.hpp"
46#include "memusage.hpp"
48#include "evalfunc.hpp"
49#include "sample_sort.hpp"
52#include "stringops.hpp"
53#include "statushandler.hpp"
58 const char dirslash =
'\\';
60 const char dirslash =
'/';
65 enum { NG_MPI_TAG_CMD = 110 };
66 enum { NG_MPI_TAG_SOLVE = 1110 };
70inline void NOOP_Deleter(
void *) { ; }
namespace for standard data types and algorithms.
Definition ngstd.hpp:17