Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Multiphysics 0471
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Denis Louis
Multiphysics 0471
Commits
6bccc0c8
Commit
6bccc0c8
authored
3 years ago
by
Denis Louis
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
afa6ece0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-6
10 additions, 6 deletions
README.md
with
10 additions
and
6 deletions
README.md
+
10
−
6
View file @
6bccc0c8
...
...
@@ -4,14 +4,18 @@ Multiphysics Integrated Computational Project
FOR WINDOWS:
To build the
F
EM solver:
-
go to the srcs
/FEM
folder (cd srcs
/FEM
)
To build the
coupled FEM/B
EM solver:
-
go to the srcs folder (cd srcs)
-
create a build folder (mkdir build)
-
go to this build folder (cd build)
-
cmake ..
-
make
To execute the FEM solver:
-
stay in the build folder and solver.exe ..
\m
y_geo.geo
-
for simple tension configuration: solver.exe ..
\s
imple_tension.geo
-
for second validation configuration: solver.exe ..
\u
niform_charge.geo
\ No newline at end of file
To execute the solver:
-
in build folder: solver.exe ..
\h
ybrid_geo.geo (or any other .geo file present at the root of the srcs folder)
To build the independent FEM solver:
-
similar procedure but to be done in the srcs/FEM folder
To build the independent BEM solver:
-
similar procedure but to be done in the srcs/BEM folder
\ 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