- Jul 08, 2021
-
-
Adrien Crovato authored
Test build on win/vs2017-2019. Update findTBB to find oneTBB. Update tbb threads control (tbb::global_control) and loop (tbb::parallel_for_each) and mutex (std::mutex). Remove warnings.
-
- Jun 28, 2021
-
-
Adrien Crovato authored
Add Observer. Remove functions from python side and add as observer of Problem. Add loads directions as functions. Minor changes.
-
- Jun 16, 2021
-
-
Adrien Crovato authored
-
- Jun 15, 2021
-
-
Adrien Crovato authored
-
- Jun 14, 2021
-
-
Adrien Crovato authored
Add formulation classes to build set of equations, and remove build methods from Element (flow only). Draft methods to compute freestream velocity. Rework data structure of boundary. Add const. Improve test cases.
-
- Jun 04, 2021
-
-
Adrien Crovato authored
-
Adrien Crovato authored
Refactor normal computation to remove duplicated code.
-
- May 31, 2021
-
-
Adrien Crovato authored
New validated adjoint solver with gradients wrt to mesh and agnle of attack. Add mesh gradients computation in Element. Split run method in MshDeform. Minor changes.
-
- May 28, 2021
-
-
Adrien Crovato authored
-
- Apr 09, 2021
-
-
Adrien Crovato authored
Add automatic pin of a DOF if no Dirichlet BC is provided. Remove explicit Dirichlet, except in cylinder tests cases. Cleaning.
-
- Nov 23, 2020
-
-
Papeleux Luc authored
-
- Oct 02, 2020
-
-
Adrien Crovato authored
-
- Sep 30, 2020
-
-
Adrien Crovato authored
-
Adrien Crovato authored
-
- Jul 03, 2020
-
-
Boman Romain authored
-
- Jun 25, 2020
-
-
Adrien Crovato authored
-
- Jun 24, 2020
-
-
Adrien Crovato authored
-
- Apr 24, 2020
-
-
Adrien Crovato authored
-
- Apr 22, 2020
-
-
Adrien Crovato authored
-
- Apr 21, 2020
-
-
Adrien Crovato authored
-
- Apr 18, 2020
-
-
Adrien Crovato authored
-
- Apr 16, 2020
-
- Apr 10, 2020
-
-
Adrien Crovato authored
Add interface for linear sovlers. Add macros definition at global level. Adapt modules to test the different linear solvers.
-
- Apr 05, 2020
-
-
Adrien Crovato authored
-
Adrien Crovato authored
-
- Apr 04, 2020
-
-
Adrien Crovato authored
Move Vector3d interface to tboxw.i. Replace Pt by Vector3d in heat, katropton, mirrors and sph + python files. Node.pos and Results remains
-
Adrien Crovato authored
-
Adrien Crovato authored
-
- Apr 02, 2020
-
-
Adrien Crovato authored
-
- Apr 01, 2020
-
-
Kim Liegeois authored
-
Boman Romain authored
-
- Mar 31, 2020
-
-
Adrien Crovato authored
Added inlining for get methods in Element, Cache and Mem. Removed authorship in dox. Removed unused file.
-
- Mar 29, 2020
-
-
Adrien Crovato authored
-
- Mar 28, 2020
-
-
Adrien Crovato authored
-
Adrien Crovato authored
Replaced std::vector by Eigen::Matrix in shape functions computations. Shape functions are now private and can be accessed by cache.get()
-
- Mar 26, 2020
-
-
Adrien Crovato authored
-
- Mar 25, 2020
-
-
Adrien Crovato authored
Replaced std::vector by std::deque to avoir size estimation when building list of triplet for sparse matrix
-
- Mar 24, 2020
-
-
Adrien Crovato authored
-
Adrien Crovato authored
Changed assembly strategy for Kutta. Added internal Timers to flow. Changed verbosity (bool to int)).
-
Kim Liegeois authored
Katropton: remove unused wMshConvert and add the possibility to read 1D point element with older gmsh versions
-