Nek5000
SEM for Incompressible NS
|
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include "name.h"
#include "fail.h"
#include "types.h"
#include "comm.h"
#include "crs.h"
Go to the source code of this file.
Functions | |
int | main (int narg, char *arg[]) |
Variables | |
const uint | nx [3] = {8,4,4} |
const ulong | x_id [3][8] |
double | bv [3][8][8] |
const uint | nz [3] = {32,16,16} |
const uint | Ai [3][32] |
const uint | Aj [3][32] |
const double | Ar [3][32] |
int main | ( | int | narg, |
char * | arg[] | ||
) |
Ai | ( | ) |
Definition at line 80 of file xxt_test.c.
Referenced by fcrystal_tuple_transfer(), main(), and test().
const uint Aj[3][32] |
Definition at line 85 of file xxt_test.c.
Referenced by apply_m_Asl(), apply_p_Als(), main(), and test().
const double Ar[3][32] |
Definition at line 90 of file xxt_test.c.
Referenced by main().
double bv[3][8][8] |
Definition at line 51 of file xxt_test.c.
Referenced by main().
const uint nx[3] = {8,4,4} |
Definition at line 41 of file xxt_test.c.
Referenced by apply_X(), apply_Xt(), and main().
const uint nz[3] = {32,16,16} |
Definition at line 78 of file xxt_test.c.
Referenced by condense_matrix(), factor_symbolic(), main(), make_topology_unique(), and separate_matrix().
const ulong x_id[3][8] |
Definition at line 47 of file xxt_test.c.
Referenced by main().