Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b0e9a465 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add dof extension declaration

parent 335133ea
No related branches found
No related tags found
No related merge requests found
...@@ -138,6 +138,7 @@ pastix_int_t spmSymmetrize( pastix_spm_t *spm ); ...@@ -138,6 +138,7 @@ pastix_int_t spmSymmetrize( pastix_spm_t *spm );
pastix_spm_t *spmCheckAndCorrect( pastix_spm_t *spm ); pastix_spm_t *spmCheckAndCorrect( pastix_spm_t *spm );
pastix_spm_t *spmExpand(const pastix_spm_t* spm); pastix_spm_t *spmExpand(const pastix_spm_t* spm);
pastix_spm_t *spmDofExtend( const int type, const int dof, const pastix_spm_t *spm );
int spmReadDriver( pastix_driver_t driver, int spmReadDriver( pastix_driver_t driver,
char *filename, char *filename,
......
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