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"
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().
void test | ( | const struct comm *const | comm | ) |