Nektar++
|
#include <LibUtilities/LibUtilitiesDeclspec.h>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/BasicUtils/Timer.h>
#include <boost/version.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/math/special_functions/bessel.hpp>
#include <boost/spirit/core.hpp>
#include <boost/spirit/tree/ast.hpp>
#include <boost/spirit/symbols/symbols.hpp>
#include <boost/spirit/actor/assign_actor.hpp>
#include <boost/spirit/actor/push_back_actor.hpp>
#include <string>
#include <vector>
#include <map>
#include <cmath>
Go to the source code of this file.
Namespaces | |
Nektar | |
< | |
Nektar::LibUtilities | |
Macros | |
#define | BOOST_SPIRIT_THREADSAFE |
Functions | |
static NekDouble | Nektar::LibUtilities::rad (NekDouble x, NekDouble y) |
static NekDouble | Nektar::LibUtilities::ang (NekDouble x, NekDouble y) |
#define BOOST_SPIRIT_THREADSAFE |
Definition at line 50 of file AnalyticExpressionEvaluator.hpp.