REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
REMORA_funwave_Fortran_Interface.H File Reference
#include <stdbool.h>
Include dependency graph for REMORA_funwave_Fortran_Interface.H:

Go to the source code of this file.

Functions

void funwave_advance_c (double *salt, int ims, int ime, int jms, int jme, int kms, int kme)
 

Function Documentation

◆ funwave_advance_c()

void funwave_advance_c ( double *  salt,
int  ims,
int  ime,
int  jms,
int  jme,
int  kms,
int  kme 
)

C interface to the FUNWAVE Fortran advance

Note
: All array dimensions must match between C++ and Fortran calls.
: Arrays must be allocated in C++ before passing to this routine.

Referenced by REMORA::Advance().

Here is the caller graph for this function: