- 20 Sep, 2016 2 commits
-
-
Gilles MARCKMANN authored
-
Gilles MARCKMANN authored
-
- 16 Sep, 2016 1 commit
-
-
Gilles MARCKMANN authored
-
- 29 Jul, 2016 2 commits
-
-
Kévin Moreau authored
Add small changes related to outputs (damage_peak, peak_step) and implement primitve for exponential hardening function
-
Kévin Moreau authored
-
- 25 Jul, 2016 1 commit
-
-
Kévin Moreau authored
-
- 22 Jul, 2016 5 commits
-
-
Kévin Moreau authored
-
Kévin Moreau authored
-
Kévin Moreau authored
-
Kévin Moreau authored
* clean up unused feature. it affects: - Export.cc - Import.cc * improvement of transfer of displacement field after remeshing it affects: - Formulation.cc * correct a small bug that happens sometimes in restart, "mean" vectors had wrong size after restart. It was always too long and filled with NaN. it affects: - FormulationQS.cc * had several "guards" that end computation and give an error message when something goes wrong. it affects: - TLSSolver.cc - FormulationQS.cc * correct an error in the getGrad function of CohesiveLinearHardeningFunction it affects: - MaterialFunction.cc * swap orientation in comp mesh generation. It seems that it is test case dependent. TO BE INVESTIGATED if your comp_mesh has two colours when plotting in GMSH. it affects: - MeshGeneration.h * correct a bug resulting from \Gamma_in recent commit. FastMarchingModeExtension was updating phi based on \Gamma_in. The obtained phi was not anymore corresponding to the iso-lc discretisation, it leads to damage equal to 1 inside the mechanical domain. It leads to singular stiffness matrix. it affects: - TLSSolver.cc
-
Kévin Moreau authored
* add an epsilon_ratio (between 0 and 1) in order to control the fmeik internal epsilon involved when comparing scalar values (a < b + epsilon is now a <b + epsilon_ratio*"edge length") it affects: - FastMarchingInterface.h - TLSSolver.{h,cc} - FormulationQSRemeshAniso.{h,cc} * modify anticipated end of program: now lambda doesn't have to belong to [0, 1]. it affects: - FormulationQS.cc * change dissipated energy calculation. It is based on the primitive of function h(d). it affects: - FormulationQS.cc - MaterialElasticDamage.cc - MaterialFunction.{h,cc} * compute nonlocal part bounding box it affects: - TLSGeom.{h,cc} - TLSSolver.cc * minor simplification when transfering phi field, now only "int_duplicated" region is used. it affects: - MeshGeneration.{h,cc} - TLSGeom.cc - Formulation.cc - TLSSolver.cc * bug correction when transfer boundary and interior "in" after remeshing. it affects: - TLSGeom.cc * bug correction in correctLevelSetField: add a forgotten absolute value. it affects: - TLSSolver.cc * place guards with error message to help user detect bugs it affects: - FormulationQS.cc - TLSSolver.cc
-
- 07 Jul, 2016 1 commit
-
-
Kévin Moreau authored
-
- 22 Jun, 2016 1 commit
-
-
Kévin Moreau authored
-
- 17 Jun, 2016 1 commit
-
-
Kévin Moreau authored
* Implements Gamma_in using the fast marching * Adds parameter to activate/desactivate Gamma in * Merges Carole work * Removes some old stuff not maintained in atomic_test/ * Defines new parameters in test case infinite_dam_notch * Cleans up (unifies) info.dat files in test/ * Fixes a recent bug due to small refactoring in TLSGeom * Takes into account element orientation when enriching * Correct an old bug in Util.cc (it had no effect exept recently in Carole's work) * Improves superposition procedure using integration by part * Improves README * Adds energetic dissipation to AsymElastoDam
-
- 16 Jun, 2016 2 commits
-
-
Grégory LEGRAIN authored
Add anisotropic mesh adaptation capabilities Needs ICITech mesher Improve FormulationQSRemeshAniso class See merge request !1
-
Carole Sarkis authored
Needs ICITech mesher Improve FormulationQSRemeshAniso class
-
- 14 Jun, 2016 1 commit
-
-
Gilles MARCKMANN authored
-
- 13 Jun, 2016 2 commits
-
-
Kévin Moreau authored
add energetic dissipation to AsymElastoDam, update test cases
-
Gilles MARCKMANN authored
-
- 07 Jun, 2016 1 commit
-
-
Kévin Moreau authored
- Cleanup unused symbolic link - Add "mode" atomic test case - Pass pull_out test case from ring geometry to plain disk geometry - Correct problems in infinite_dam_notch test case
-
- 06 Jun, 2016 1 commit
-
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2362 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 03 Jun, 2016 2 commits
-
-
Kevin Moreau authored
Changed the transfer of level set field by a reinit level set field on duplicated nodes. git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2361 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2360 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 01 Jun, 2016 2 commits
-
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2359 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2358 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 31 May, 2016 3 commits
-
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2357 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
add possibility to export damage field at peak load. git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2356 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2355 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 30 May, 2016 6 commits
-
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2353 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2352 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2351 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Gilles MARCKMANN authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2350 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2348 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
A line of code was missing for a restart after the emergence of a crack. Material variables are now updated after element duplication. Refactorise and comment a little more. git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2347 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 04 May, 2016 5 commits
-
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2346 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2345 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
Know polymorphism with virtual functions is used. git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2344 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2343 fbbead7c-fb4d-4173-aa67-51132c73c120
-
Kevin Moreau authored
git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2342 fbbead7c-fb4d-4173-aa67-51132c73c120
-
- 03 May, 2016 1 commit
-
-
Gilles MARCKMANN authored
- delete empty directory git-svn-id: https://svn.ec-nantes.fr/eXlibris/Applis/TLSDuctile@2339 fbbead7c-fb4d-4173-aa67-51132c73c120
-