Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Typedefs | Functions | Variables
gs_test.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "c99.h"
#include "name.h"
#include "fail.h"
#include "types.h"
#include "comm.h"
#include "mem.h"
#include "gs_defs.h"
#include "gs.h"
+ Include dependency graph for gs_test.c:

Go to the source code of this file.

Typedefs

typedef double T
 

Functions

static void test (const struct comm *comm)
 
int main (int narg, char *arg[])
 

Variables

const gs_dom dom = gs_double
 

Typedef Documentation

typedef double T

Definition at line 14 of file gs_test.c.

Function Documentation

int main ( int  narg,
char *  arg[] 
)

Definition at line 44 of file gs_test.c.

References comm_free(), comm_init(), np, and test().

+ Here is the call graph for this function:

static void test ( const struct comm comm)
static

Definition at line 17 of file gs_test.c.

References dom, gs, gs_auto, gs_free, gs_setup, i, comm::id, np, comm::np, sint, slong, tmalloc, and uint.

Referenced by main().

+ Here is the caller graph for this function:

Variable Documentation

const gs_dom dom = gs_double