|
Nek5000
SEM for Incompressible NS
|
#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[]) |
| 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 | ) |
1.8.8