Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cm3Libraries
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm3
cm3Libraries
Commits
5dc0330e
Commit
5dc0330e
authored
2 months ago
by
Vinayak Gholap
Browse files
Options
Downloads
Patches
Plain Diff
Remove petsc option that causes failure in mpi run
parent
304e9443
No related branches found
No related tags found
1 merge request
!432
Vinayak
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dG3D/benchmarks/strongCouplingEMGenericTM_SMP/StrongCouplingEMGenericTM.py
+1
-1
1 addition, 1 deletion
...trongCouplingEMGenericTM_SMP/StrongCouplingEMGenericTM.py
with
1 addition
and
1 deletion
dG3D/benchmarks/strongCouplingEMGenericTM_SMP/StrongCouplingEMGenericTM.py
+
1
−
1
View file @
5dc0330e
...
@@ -244,7 +244,7 @@ mysolver.Scheme(soltype)
...
@@ -244,7 +244,7 @@ mysolver.Scheme(soltype)
mysolver
.
Solver
(
sol
)
mysolver
.
Solver
(
sol
)
mysolver
.
snlData
(
nstep
,
ftime
,
tol
,
1.e-9
)
#forsmp
mysolver
.
snlData
(
nstep
,
ftime
,
tol
,
1.e-9
)
#forsmp
#we cannot use mumps to keep accuracy
#we cannot use mumps to keep accuracy
mysolver
.
options
(
"
-ksp_type preonly -pc_type lu
-pc_factor_mat_solver_type petsc
"
)
mysolver
.
options
(
"
-ksp_type preonly -pc_type lu
"
)
mysolver
.
stepBetweenArchiving
(
nstepArch
)
mysolver
.
stepBetweenArchiving
(
nstepArch
)
mysolver
.
snlManageTimeStep
(
45
,
10
,
2
,
10
)
mysolver
.
snlManageTimeStep
(
45
,
10
,
2
,
10
)
...
...
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