Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
fieldfunction.hpp File Reference
#include "functions.hpp"
#include <iostream>
#include <cstdlib>
#include <functional>
Include dependency graph for fieldfunction.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 x, double y, double z, coordinate component, unsigned int derivative, coordinate dcomponent)> FieldFunction

Typedef Documentation

◆ FieldFunction

typedef std::function<double(double x, double y, double z, coordinate component, unsigned int derivative, coordinate dcomponent)> FieldFunction

Definition at line 33 of file fieldfunction.hpp.