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
92fb57c7
Commit
92fb57c7
authored
3 years ago
by
Maltez Cavalheiro Kévin
Browse files
Options
Downloads
Patches
Plain Diff
exemple carré
parent
2ca5d43e
No related branches found
No related tags found
1 merge request
!6
merge kevin branch
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test_bem/code_kevin.cpp
+113
-79
113 additions, 79 deletions
test_bem/code_kevin.cpp
test_bem/code_kevin.hpp
+4
-6
4 additions, 6 deletions
test_bem/code_kevin.hpp
test_bem/main.cpp
+4
-12
4 additions, 12 deletions
test_bem/main.cpp
with
121 additions
and
97 deletions
test_bem/code_kevin.cpp
+
113
−
79
View file @
92fb57c7
This diff is collapsed.
Click to expand it.
test_bem/code_kevin.hpp
+
4
−
6
View file @
92fb57c7
#include
<gmsh.h>
// gmsh main header
#include
<iostream>
// for cout
#include
<gmsh.h>
#include
<iostream>
#include
<map>
#include
<sstream>
// for stringstream
#include
<Eigen/Dense>
// Eigen library
#include
<Eigen/Sparse>
// Eigen library for sparse matrices (QUESTION: OK to use it ?)
#include
<Eigen/SparseCholesky>
// solving sparse linear systems (QUESTION: OK to use it ?)
#include
<sstream>
#include
<Eigen/Dense>
#include
<cmath>
#include
<iomanip>
...
...
This diff is collapsed.
Click to expand it.
test_bem/main.cpp
+
4
−
12
View file @
92fb57c7
#include
<gmsh.h>
// gmsh main header
#include
<iostream>
// for cout
#include
<gmsh.h>
#include
<iostream>
#include
<map>
#include
<sstream>
// for stringstream
#include
<Eigen/Dense>
// Eigen library
#include
<Eigen/Sparse>
// Eigen library for sparse matrices (QUESTION: OK to use it ?)
#include
<Eigen/SparseCholesky>
// solving sparse linear systems (QUESTION: OK to use it ?)
#include
<sstream>
#include
<Eigen/Dense>
#include
<cmath>
#include
<iomanip>
//#include "code_louis_function.hpp"
//#include "code_louis.hpp"
#include
"code_kevin.hpp"
#include
"code_louis.hpp"
#include
"BEM_livre.h"
using
namespace
std
;
...
...
@@ -20,8 +14,6 @@ using namespace Eigen;
int
main
(
int
argc
,
char
**
argv
)
{
//code_louis(argc,argv);
//cout << setprecision(2) << fixed;
code_kevin
(
argc
,
argv
);
...
...
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