Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
functions.hpp File Reference
#include <functional>
#include "../definitions.h"
Include dependency graph for functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::function< double(double)> T1DFunction
typedef std::function< double(double, double)> T2DFunction
typedef std::function< double(double, double, double)> T3DFunction

Enumerations

enum  coordinate { X , Y , Z }

Typedef Documentation

◆ T1DFunction

typedef std::function<double(double)> T1DFunction

Definition at line 30 of file functions.hpp.

◆ T2DFunction

typedef std::function<double(double,double)> T2DFunction

Definition at line 31 of file functions.hpp.

◆ T3DFunction

typedef std::function<double(double,double,double)> T3DFunction

Definition at line 32 of file functions.hpp.

Enumeration Type Documentation

◆ coordinate

enum coordinate
Enumerator

Definition at line 28 of file functions.hpp.