Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
projection.hip File Reference

Go to the source code of this file.

Functions

void hip_project_on (void *alpha, void *b, void *xx, void *bb, void *mult, void *xbar, int *j, int *n)
 
void hip_project_ortho (void *alpha, void *b, void *xx, void *bb, void *w, void *xm, int *j, int *n, real *nrm)
 

Variables

int proj_red_s = 0
 
realproj_bufred_d = NULL
 

Function Documentation

◆ hip_project_on()

void hip_project_on ( void alpha,
void b,
void xx,
void bb,
void mult,
void xbar,
int j,
int n 
)

Definition at line 54 of file projection.hip.

Here is the call graph for this function:

◆ hip_project_ortho()

void hip_project_ortho ( void alpha,
void b,
void xx,
void bb,
void w,
void xm,
int j,
int n,
real nrm 
)

Definition at line 127 of file projection.hip.

Here is the call graph for this function:

Variable Documentation

◆ proj_bufred_d

real* proj_bufred_d = NULL

Definition at line 47 of file projection.hip.

◆ proj_red_s

int proj_red_s = 0

Definition at line 46 of file projection.hip.