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

Go to the source code of this file.

Functions

void hip_fusedcg_cpld_part1 (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *tmp, int *n)
 
void hip_fusedcg_cpld_update_p (void *p1, void *p2, void *p3, void *z1, void *z2, void *z3, void *po1, void *po2, void *po3, real *beta, int *n)
 
void hip_fusedcg_cpld_update_x (void *x1, void *x2, void *x3, void *p1, void *p2, void *p3, void *alpha, int *p_cur, int *n)
 
real hip_fusedcg_cpld_part2 (void *a1, void *a2, void *a3, void *b, void *c1, void *c2, void *c3, void *alpha_d, real *alpha, int *p_cur, int *n)
 

Variables

realfusedcg_cpld_buf = NULL
 
realfusedcg_cpld_buf_d = NULL
 
int fusedcg_cpld_buf_len = 0
 

Function Documentation

◆ hip_fusedcg_cpld_part1()

void hip_fusedcg_cpld_part1 ( void a1,
void a2,
void a3,
void b1,
void b2,
void b3,
void tmp,
int n 
)

Definition at line 51 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_part2()

real hip_fusedcg_cpld_part2 ( void a1,
void a2,
void a3,
void b,
void c1,
void c2,
void c3,
void alpha_d,
real alpha,
int p_cur,
int n 
)

Definition at line 105 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_update_p()

void hip_fusedcg_cpld_update_p ( void p1,
void p2,
void p3,
void z1,
void z2,
void z3,
void po1,
void po2,
void po3,
real beta,
int n 
)

Definition at line 67 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_update_x()

void hip_fusedcg_cpld_update_x ( void x1,
void x2,
void x3,
void p1,
void p2,
void p3,
void alpha,
int p_cur,
int n 
)

Definition at line 87 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fusedcg_cpld_buf

real* fusedcg_cpld_buf = NULL
Todo:
Make sure that this gets deleted at some point...

Definition at line 42 of file fusedcg_cpld_aux.hip.

◆ fusedcg_cpld_buf_d

real* fusedcg_cpld_buf_d = NULL

Definition at line 43 of file fusedcg_cpld_aux.hip.

◆ fusedcg_cpld_buf_len

int fusedcg_cpld_buf_len = 0

Definition at line 44 of file fusedcg_cpld_aux.hip.