Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
getdp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
getdp
getdp
Commits
7d1f54d4
Commit
7d1f54d4
authored
7 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
use "-pep_view" from command line instead
parent
810c0f12
No related branches found
No related tags found
1 merge request
!51
Nleigs
Pipeline
#1945
passed
7 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kernel/EigenSolve_SLEPC.cpp
+1
-1
1 addition, 1 deletion
Kernel/EigenSolve_SLEPC.cpp
with
1 addition
and
1 deletion
Kernel/EigenSolve_SLEPC.cpp
+
1
−
1
View file @
7d1f54d4
...
@@ -765,7 +765,7 @@ static void _polynomialEVP(struct DofData * DofData_P, int numEigenValues,
...
@@ -765,7 +765,7 @@ static void _polynomialEVP(struct DofData * DofData_P, int numEigenValues,
Message
::
Error
(
"SLEPc diverged after %d iterations"
,
its
);
Message
::
Error
(
"SLEPc diverged after %d iterations"
,
its
);
else
if
(
reason
==
PEP_DIVERGED_BREAKDOWN
)
else
if
(
reason
==
PEP_DIVERGED_BREAKDOWN
)
Message
::
Error
(
"SLEPc generic breakdown in method"
);
Message
::
Error
(
"SLEPc generic breakdown in method"
);
_try
(
PEPView
(
pep
,
PETSC_VIEWER_STDOUT_SELF
));
//
_try(PEPView(pep, PETSC_VIEWER_STDOUT_SELF));
// get number of converged approximate eigenpairs
// get number of converged approximate eigenpairs
PetscInt
nconv
;
PetscInt
nconv
;
...
...
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