Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
rand_elt_test.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rand_elt_2 (double *x, double *y, const double *zr, unsigned nr, const double *zs, unsigned ns)
 
void rand_elt_3 (double *x, double *y, double *z, const double *zr, unsigned nr, const double *zs, unsigned ns, const double *zt, unsigned nt)
 
void bubble_elt (double *x, double *y, double *z, const double *zr, unsigned nr, const double *zs, unsigned ns, const double *zt, unsigned nt, int type)
 

Function Documentation

void bubble_elt ( double *  x,
double *  y,
double *  z,
const double *  zr,
unsigned  nr,
const double *  zs,
unsigned  ns,
const double *  zt,
unsigned  nt,
int  type 
)

Definition at line 149 of file rand_elt_test.c.

References i, nr, ns, and PI.

Referenced by main().

+ Here is the caller graph for this function:

void rand_elt_2 ( double *  x,
double *  y,
const double *  zr,
unsigned  nr,
const double *  zs,
unsigned  ns 
)

Definition at line 70 of file rand_elt_test.c.

References i, lob_bnd_2, lob_bnd_setup, lobatto_nodes, dbl_range::max, dbl_range::min, nr, ns, quad_2(), quad_2_jac(), and work.

Referenced by main(), and rand_mesh().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void rand_elt_3 ( double *  x,
double *  y,
double *  z,
const double *  zr,
unsigned  nr,
const double *  zs,
unsigned  ns,
const double *  zt,
unsigned  nt 
)

Definition at line 105 of file rand_elt_test.c.

References i, lob_bnd_3, lob_bnd_setup, lobatto_nodes, dbl_range::max, dbl_range::min, nr, ns, quad_3(), quad_3_jac(), and work.

Referenced by main(), and rand_mesh().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: