Overture  Version 25
Macros | Functions
callingFortran.C File Reference
#include "Overture.h"
#include "Ogshow.h"
#include "CompositeGridOperators.h"
#include "PlotStuff.h"
#include "display.h"
Include dependency graph for callingFortran.C:

Macros

#define mySolver   EXTERN_C_NAME(mysolver)
 

Functions

void mySolver (const real &t, const real &dt, const real &a, const real &b, const real &nu, const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const real &x, const real &u, real &dudt)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define mySolver   EXTERN_C_NAME(mysolver)

Referenced by main().

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void mySolver ( const real t,
const real dt,
const real a,
const real b,
const real nu,
const int &  nd,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const real x,
const real u,
real dudt 
)