Mentions légales du service

Skip to content
Snippets Groups Projects
Commit df359214 authored by PICHON Gregoire's avatar PICHON Gregoire
Browse files

update PR

parent 8195797e
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ laplacian_usage(void)
* @retval PASTIX_ERR_BADPARAMETER if the configuration string is incorrect
*
*******************************************************************************/
static inline int
int
laplacian_parse_info( const char *filename,
pastix_spm_t *spm,
pastix_int_t *dim1,
......
......@@ -32,4 +32,12 @@ void d_spmExtendedLaplacian3D( pastix_spm_t *spm, pastix_int_t dim1, pastix_int_
void s_spmExtendedLaplacian3D( pastix_spm_t *spm, pastix_int_t dim1, pastix_int_t dim2, pastix_int_t dim3 );
void p_spmExtendedLaplacian3D( pastix_spm_t *spm, pastix_int_t dim1, pastix_int_t dim2, pastix_int_t dim3 );
int laplacian_parse_info( const char *filename,
pastix_spm_t *spm,
pastix_int_t *dim1,
pastix_int_t *dim2,
pastix_int_t *dim3,
double *alpha,
double *beta );
#endif /* _laplacian_h_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment