Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
models
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
documentation
models
Commits
b2d03d24
"git@gitlab.onelab.info:lrp/gmsh.git" did not exist on "101f0367c2f12d31966a2a0c95d2292ade019b9a"
Commit
b2d03d24
authored
6 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
update petsc opts
checks without gsl
parent
4f0e33d1
No related branches found
No related tags found
No related merge requests found
Pipeline
#3265
passed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ElectromagneticScattering/scattering.geo
+1
-0
1 addition, 0 deletions
ElectromagneticScattering/scattering.geo
ElectromagneticScattering/scattering.pro
+4
-4
4 additions, 4 deletions
ElectromagneticScattering/scattering.pro
with
5 additions
and
4 deletions
ElectromagneticScattering/scattering.geo
+
1
−
0
View file @
b2d03d24
...
...
@@ -732,6 +732,7 @@ Solver.AutoMesh=2;
Geometry
.
Points
=
1
;
// Mesh.SurfaceEdges = 0;
Mesh
.
VolumeEdges
=
0
;
Mesh
.
MshFileVersion
=
2
;
Printf
(
Sprintf
(
"nm = %.9e;"
,
nm
))
>
"scattering_tmp.py"
;
Printf
(
Sprintf
(
"lambda0 = %.9e;"
,
lambda0
))
>>
"scattering_tmp.py"
;
...
...
This diff is collapsed.
Click to expand it.
ElectromagneticScattering/scattering.pro
+
4
−
4
View file @
b2d03d24
...
...
@@ -635,25 +635,25 @@ PostOperation {
If
(
flag_study
==
RES_QNM
)
DefineConstant
[
R_
=
{
"res_QNM_helmholtz_vector"
,
Name
"GetDP/1ResolutionChoices"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
5
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
packag
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
2
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
typ
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
P_
=
{
""
,
Name
"GetDP/2PostOperationChoices"
,
Visible
0
}];
EndIf
If
(
flag_study
==
RES_TMAT
)
DefineConstant
[
R_
=
{
"res_VPWall_helmholtz_vector"
,
Name
"GetDP/1ResolutionChoices"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
5
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
packag
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
2
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
typ
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
P_
=
{
""
,
Name
"GetDP/2PostOperationChoices"
,
Visible
0
}];
EndIf
If
(
flag_study
==
RES_PW
)
DefineConstant
[
R_
=
{
"res_PW_helmholtz_vector"
,
Name
"GetDP/1ResolutionChoices"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
5
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
packag
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
2
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
typ
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
P_
=
{
""
,
Name
"GetDP/2PostOperationChoices"
,
Visible
0
}];
EndIf
If
(
flag_study
==
RES_GREEN
)
DefineConstant
[
R_
=
{
"res_GreenAll_helmholtz_vector"
,
Name
"GetDP/1ResolutionChoices"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
5
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
packag
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
C_
=
{
"-solve -pos -petsc_prealloc
2
00 -ksp_type preonly -pc_type lu -pc_factor_mat_solver_
typ
e mumps"
,
Name
"GetDP/9ComputeCommand"
,
Visible
1
},
P_
=
{
""
,
Name
"GetDP/2PostOperationChoices"
,
Visible
0
}];
EndIf
\ No newline at end of file
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