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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 94 of file crs_test.c.

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

+ Here is the call graph for this function:

void test ( const struct comm *const  comm)

Definition at line 16 of file crs_test.c.

References A, Ai, Aj, crs_free, crs_setup, crs_solve, crs_stats, gs, gs_crystal_router, gs_free, gs_setup, gs_slong, i, comm::id, comm::np, slong, tmalloc, uint, ulong, and x.

Referenced by main().

+ Here is the caller graph for this function: