Snoopy Version 6.0 (Albert)
interface.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "common.h"
#include "mainloop.h"
#include "output/output.h"
#include "transpose.h"
#include "gfft.h"
Include dependency graph for interface.c:

Defines

#define STATUS_COMMAND   "status"
#define OUTPUT_COMMAND   "output"
#define DUMP_COMMAND   "dump"
#define STOP_COMMAND   "stop"
#define INTERFACE_OUTPUT   "output_interface.txt"

Functions

void open_interface_io (FILE **iostream)
void close_interface_io (FILE **iostream)
int check_file (char filename[])
void check_interface (const struct Field fldi, const double t, const double dt, const int nloop, const double tstart)

Define Documentation

#define DUMP_COMMAND   "dump"
#define INTERFACE_OUTPUT   "output_interface.txt"
#define OUTPUT_COMMAND   "output"
#define STATUS_COMMAND   "status"
#define STOP_COMMAND   "stop"

Function Documentation

int check_file ( char  filename[])

Here is the caller graph for this function:

void check_interface ( const struct Field  fldi,
const double  t,
const double  dt,
const int  nloop,
const double  tstart 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void close_interface_io ( FILE **  iostream)

Here is the caller graph for this function:

void open_interface_io ( FILE **  iostream)

Here is the caller graph for this function: