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
fb5753a9
Commit
fb5753a9
authored
8 years ago
by
Alban Bellot
Browse files
Options
Downloads
Patches
Plain Diff
Add expended values to the spm structure
parent
9cac0746
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spm.h
+7
-0
7 additions, 0 deletions
spm.h
with
7 additions
and
0 deletions
spm.h
+
7
−
0
View file @
fb5753a9
...
...
@@ -26,10 +26,17 @@ struct pastix_spm_s {
int
flttype
;
/*< avals datatype: PastixPattern, PastixFloat, PastixDouble,
PastixComplex32 or PastixComplex64 */
int
fmttype
;
/*< Matrix storage format: PastixCSC, PastixCSR, PastixIJV */
pastix_int_t
gN
;
/*< Global number of vertices in the compressed graph */
pastix_int_t
n
;
/*< Local number of vertices in the compressed graph */
pastix_int_t
gnnz
;
/*< Global number of non zeroes in the compressed graph */
pastix_int_t
nnz
;
/*< Local number of non zeroes in the compressed graph */
pastix_int_t
gNexp
;
/*< Global number of vertices in the compressed graph */
pastix_int_t
nexp
;
/*< Local number of vertices in the compressed graph */
pastix_int_t
gnnzexp
;
/*< Global number of non zeroes in the compressed graph */
pastix_int_t
nnzexp
;
/*< Local number of non zeroes in the compressed graph */
pastix_int_t
dof
;
/*< Number of degrees of freedom per unknown,
if > 0, constant degree of freedom
otherwise, irregular degree of freedom (refer to dofs) */
...
...
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