STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
|
Functions | |
void | starsh_eddata_block_cos_kernel_nd (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld) |
Helmholtz cos for n-dimensional electrodynamics problem. More... | |
void | starsh_eddata_block_cos_kernel_nd_simd (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld) |
Helmholtz cos for n-dimensional electrodynamics problem. More... | |
STARS-H is a software package, provided by King Abdullah University of Science and Technology (KAUST)
Generated from file /home/x_mikhala/Code/stars-h-docs/src/applications/electrodynamics/kernel_cos.c with NDIM=n Generate different functions for different dimensions. This hack improves performance in certain cases. Value 'n' stands for general case, whereas all other values correspond to static values of dimensionality. During code generation step, each appearance of n (including this one) will be replace by proposed values. If you want to use this file outside STARS-H, simply do substitutions yourself.