Neko 1.99.7
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
cylinder.c File Reference
#include <string.h>
#include <jansson.h>
#include <neko.h>
Include dependency graph for cylinder.c:

Go to the source code of this file.

Functions

static int scheme_name_is (const char *scheme_name, int scheme_name_len, const char *name)
 
static void initial (const char *scheme_name, int scheme_name_len)
 
static void inflow (int *msk, int msk_size, neko_real t, int tstep)
 
int main (int argc, char **argv)
 

Function Documentation

◆ inflow()

static void inflow ( int msk,
int  msk_size,
neko_real  t,
int  tstep 
)
static

Definition at line 38 of file cylinder.c.

Here is the call graph for this function:

◆ initial()

static void initial ( const char scheme_name,
int  scheme_name_len 
)
static

Definition at line 15 of file cylinder.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 66 of file cylinder.c.

Here is the call graph for this function:

◆ scheme_name_is()

static int scheme_name_is ( const char scheme_name,
int  scheme_name_len,
const char name 
)
static

Definition at line 8 of file cylinder.c.

Here is the caller graph for this function: