Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
a4e96a8e
Commit
a4e96a8e
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
2edba113
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
Solver/linearSystemPETSc.h
+6
-10
6 additions, 10 deletions
Solver/linearSystemPETSc.h
with
6 additions
and
10 deletions
Solver/linearSystemPETSc.h
+
6
−
10
View file @
a4e96a8e
...
...
@@ -8,13 +8,11 @@
// Interface to PETSc 3.x
// Options for PETSc can be provided on the command line, or in the file
// ~/.petscrc.
//
// By default, we use the following options (GMRES iterative solver,
// 1.e-8 relative tolerance with ILU(6) preconditioner and RCMK
// renumbering):
// Options for PETSc can be provided on the command line, or in the
// file ~/.petscrc. By default, we use the following options (GMRES
// with ILU(6) preconditioner and RCMK renumbering):
//
// -ksp_type gmres
// -pc_type ilu
// -pc_factor_levels 6
// -pc_factor_mat_ordering rcm
...
...
@@ -24,7 +22,6 @@
//
// -ksp_gmres_restart 100
// -ksp_monitor
// ...
//
// To use a direct solver (a sparse lu) instead of an iterative
// solver, use
...
...
@@ -32,9 +29,8 @@
// -ksp_type preonly
// -pc_type lu
//
// When PETSc is compiled with external solvers (UMFPACK, SuperLU,
// etc.), they can be accessed simply by changing the matrix type. For
// example, with umfpack:
// When PETSc is compiled with external direct solvers (UMFPACK,
// SuperLU, etc.), they can be selected like this:
//
// -pc_factor_mat_solver_package umfpack
...
...
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