Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
minisolver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Org mode and Guix tutorial - Guix HPC Workshop
Software
minisolver
Commits
6d9a081c
Commit
6d9a081c
authored
1 year ago
by
FELŠÖCI Marek
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to previously removed options from the main function
parent
9a78af86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.c
+0
-14
0 additions, 14 deletions
src/main.c
with
0 additions
and
14 deletions
src/main.c
+
0
−
14
View file @
6d9a081c
...
...
@@ -15,8 +15,6 @@ int nbPtsPerLeaf = 50;
int
nbAlgoRuns
=
1
;
char
*
sTYPE_ELEMENT_ARRAY_test_fembem
[]
=
{
NULL
};
int
coupled
=
0
;
int
partial_fembem
=
0
;
int
useDetail
;
int
symMatContent
=
1
;
int
symMatSolver
=
1
;
int
simplePrec
=
0
;
...
...
@@ -109,12 +107,6 @@ int main(int argc, char **argv) {
printf
(
"Reading nbPts = %d
\n
"
,
nbPts
)
;
}
/* Nullify part of the FEM-EM interactions (used in initPipe) */
if
(
MpfArgHasName
(
&
argc
,
argv
,
1
,
"--partial-fembem"
))
{
partial_fembem
=
1
;
printf
(
"Using partial interactions between BEM and FEM unknowns
\n
"
);
}
/* --- Write a VTK file 'mesh.vtu' of the mesh --- */
if
(
MpfArgHasName
(
&
argc
,
argv
,
1
,
"--write-mesh"
))
{
writeMesh
=
1
;
...
...
@@ -133,12 +125,6 @@ int main(int argc, char **argv) {
printf
(
"Reading nbRHS = %d
\n
"
,
nbRHS
)
;
}
/* Added detail on the main cylinder */
if
(
MpfArgHasName
(
&
argc
,
argv
,
1
,
"-with_detail"
))
{
useDetail
=
1
;
printf
(
"Add an overmeshed detail"
);
}
/* Wavelength */
if
(
MpfArgGetDouble
(
&
argc
,
argv
,
1
,
"-lambda"
,
&
lambda
))
{
printf
(
"Reading lambda = %f
\n
"
,
lambda
)
;
...
...
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