Nek5000
SEM for Incompressible NS
|
Go to the source code of this file.
Macros | |
#define | tensor_dot PREFIXED_NAME(tensor_dot ) |
#define | tensor_mtxm PREFIXED_NAME(tensor_mtxm) |
Functions | |
double | tensor_dot (const double *a, const double *b, uint n) |
void | tensor_mtxm (double *restrict C, uint nc, const double *restrict A, uint na, const double *restrict B, uint nb) |
#define tensor_dot PREFIXED_NAME(tensor_dot ) |
Definition at line 7 of file tensor.c.
Referenced by apply_Xt(), comm_dot(), findpt_edge(), findpt_face(), main(), orthogonalize(), and tensor_mtxm().
#define tensor_mtxm PREFIXED_NAME(tensor_mtxm) |
Definition at line 8 of file tensor.c.
Referenced by compute_edge_data(), compute_edge_data_s(), compute_face_data_st(), compute_pt_data(), and findpt_face().
double tensor_dot | ( | const double * | a, |
const double * | b, | ||
uint | n | ||
) |