Peano
Loading...
Searching...
No Matches
InitialData.h
Go to the documentation of this file.
1#ifndef __INITIAL_DATA_ADAPTER_CPP_FORTRAN_MHD__
2#define __INITIAL_DATA_ADAPTER_CPP_FORTRAN_MHD__
3
4extern "C" {
5 // FORTRAN functions called by C
6 void initialalfenwave_(double* x, double* Q);
7 void initialblast_(double* x, double* Q);
8 void initialorsagtang_(double* x, double* Q);
9 void initialrotor_(double* x, double* Q);
10 void alfenwave_(double* x, double* Q, double* /* scalar */ t);
11}/* extern "C" */
12#endif /* __INITIAL_DATA_ADAPTER_CPP_FORTRAN_MHD__ */
void initialalfenwave_(double *x, double *Q)
void initialrotor_(double *x, double *Q)
void initialblast_(double *x, double *Q)
void initialorsagtang_(double *x, double *Q)
void alfenwave_(double *x, double *Q, double *t)