-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated code for petsc version 3.6.3
1. Changing KspSetNullspace with MatSetNullspace. 2. Updated FindPETSc.cmake to the changes made in 3.6.xx 3. Use findpetsc.cmake present in the project directory itself instead of the one present in home directory.
- Loading branch information
Showing
8 changed files
with
310 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Comment line starts with '#' | ||
# This is also a comment line | ||
-pc_type fieldsplit -pc_fieldsplit_type schur -pc_fieldsplit_schur_precondition self | ||
-pc_fieldsplit_dm_splits 0 -pc_fieldsplit_0_fields 0,1,2 -pc_fieldsplit_1_fields 3 | ||
-fieldsplit_0_pc_type lu -fieldsplit_1_ksp_rtol 1.0e-10 | ||
#monitor options | ||
#-fieldsplit_0_ksp_converged_reason | ||
#-fieldsplit_0_ksp_max_it 100 | ||
-fieldsplit_1_ksp_converged_reason -ksp_converged_reason | ||
#-fieldsplit_1_ksp_max_it 3 -ksp_max_it 3 -ksp_rtol 1.0e-8 | ||
#-fieldsplit_1_ksp_monitor_true_residual -ksp_monitor_true_residual | ||
#-fieldsplit_1_ksp_monitor -ksp_monitor | ||
#-log_summary -ksp_view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters