Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
spm
Commits
a788dc7a
Commit
a788dc7a
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Small fix for fortran interface generator
parent
504f547e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spm.h
+4
-4
4 additions, 4 deletions
spm.h
with
4 additions
and
4 deletions
spm.h
+
4
−
4
View file @
a788dc7a
...
...
@@ -90,8 +90,8 @@ void spmUpdateComputedFields( pastix_spm_t *spm );
*/
double
spmNorm
(
pastix_normtype_t
ntype
,
const
pastix_spm_t
*
spm
);
int
spmMatVec
(
const
pastix_trans_t
trans
,
const
void
*
alpha
,
const
pastix_spm_t
*
spm
,
const
void
*
x
,
const
void
*
beta
,
void
*
y
);
void
spmScalMatrix
(
const
pastix_complex64_t
alpha
,
pastix_spm_t
*
spm
);
void
spmScalVector
(
const
double
alpha
,
pastix_spm_t
*
spm
,
void
*
x
);
void
spmScalMatrix
(
const
pastix_complex64_t
alpha
,
pastix_spm_t
*
spm
);
void
spmScalVector
(
const
double
alpha
,
pastix_spm_t
*
spm
,
void
*
x
);
/**
* @}
...
...
@@ -145,8 +145,8 @@ int spmReadDriver( pastix_driver_t driver,
*/
void
*
spm2Dense
(
const
pastix_spm_t
*
spm
);
void
spmPrint
(
const
pastix_spm_t
*
spm
,
FILE
*
f
);
void
spmPrintInfo
(
const
pastix_spm_t
*
spm
,
FILE
*
f
);
pastix_spm_t
*
spmExpand
(
const
pastix_spm_t
*
spm
);
void
spmPrintInfo
(
const
pastix_spm_t
*
spm
,
FILE
*
f
);
pastix_spm_t
*
spmExpand
(
const
pastix_spm_t
*
spm
);
pastix_spm_t
*
spmDofExtend
(
const
pastix_spm_t
*
spm
,
const
int
type
,
const
int
dof
);
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment