Skip to content
Snippets Groups Projects
Commit 92fb57c7 authored by Maltez Cavalheiro Kévin's avatar Maltez Cavalheiro Kévin
Browse files

exemple carré

parent 2ca5d43e
No related branches found
No related tags found
1 merge request!6merge kevin branch
This diff is collapsed.
#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 <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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment