History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a3880b309278 | saduruss | adapt phase-field to TAO | Dec 17 | |||
71ac08e6ddec | saduruss | first implementation of TAO solver | Dec 9 | |||
c483e925a71c | saduruss | remove save J matrix | Nov 20 | |||
b0fd345654b6 | anciaux | cleaning code for petsc nls | Oct 22 | |||
19ae456df4ad | anciaux | working petsc nls | Oct 22 | |||
f13c2d844057 | anciaux | alow to restore solution state in model for petsc nls | Oct 22 | |||
f9194dc804a0 | anciaux | modernize code to c++-17 | Oct 22 | |||
6f86cbde5caf | anciaux | still try to debug the nsl solver | Oct 21 | |||
b25081088911 | anciaux | c++ 17 style | Oct 20 | |||
c2e0e6c172ab | anciaux | remove the useless callback and rearrange nls | Oct 20 | |||
9d9423aa4498 | anciaux | comment for understanding | Oct 19 | |||
b7f170e9a1a4 | anciaux | start testing the petsc SNES | Oct 19 | |||
17349552d7a6 | anciaux | auto range loop c++-17 | Oct 16 | |||
d82f7ebeaf2a | anciaux | c++ range loop | Oct 15 | |||
ad98b01677a5 | anciaux | allows solver_options in initFull | Oct 15 | |||
9844e2ad92ca | anciaux | do not pass blocked dofs when solving the lumped system: unnecessary | Oct 11 | |||
d2a7181e2483 | anciaux | renaming back to SolverVector | Oct 11 | |||
612a9b697cb5 | anciaux | use the scaling for solving lumped with petsc | Oct 11 | |||
d5ce859b3064 | anciaux | enable solvervector resize and update of petsc IS from dofmanager | Oct 11 | |||
3231c47bc0e8 | anciaux | remove useless member of dofdata | Oct 11 | |||
a8d44609d546 | anciaux | line formating | Oct 11 | |||
4603364dc65f | anciaux | working solverlumped with petsc dof_manager | Oct 8 | |||
70dc17ecaa1b | anciaux | adding a version safer but with a copy | Oct 5 | |||
c0db265d35d8 | anciaux | prevent petsc to finalize mpi (as mpi4py may have done it already) | Oct 5 | |||
c5d3e654a5d8 | anciaux | cleaning | Oct 5 | |||
237f49d247c0 | anciaux | cleaning | Oct 4 | |||
63e3229da822 | anciaux | error handler for PETSc generates nice Akantu exceptions | Oct 4 | |||
ab7c9d7adaae | anciaux | set default solver in model options | Oct 2 | |||
5cfc6d90c229 | anciaux | set package | Oct 2 | |||
9eef1190ce9f | anciaux | protect mumps for compilation | Oct 2 | |||
434e4d6658b8 | anciaux | protect code for when petsc not activated | Oct 1 | |||
fd93c90db44f | anciaux | fix bug at destruction of dof_manager | Oct 1 | |||
4973754bc60a | anciaux | fix petsc for lumped solver type | Oct 1 | |||
e1c6b4798fa2 | anciaux | new set func for parameters: std::any | Sep 26 | |||
fa11b9853369 | anciaux | broken | Sep 25 | |||
dde89acc6be6 | anciaux | cleaning stdout messages | Sep 25 | |||
01c8bcfe7428 | anciaux | unregister dofmanager from mesh: allow multiple dofmanager creation | Sep 25 | |||
0cd787eb1bf6 | anciaux | fixing dofmanagerpetsc instantiation | Sep 25 | |||
6173df8a4138 | anciaux | transition to use akantu newton raphson with petsc | Sep 23 | |||
ad61a98e3084 | anciaux | reshape parameters for petsc solvers | Jun 6 | |||
bfbfc54a0eaa | anciaux | adding option to use petsc solver | Jun 5 | |||
25f8fa979320 | anciaux | add the possibility to choose the sparse solver | May 24 | |||
a919841507b2 | anciaux | typo | May 21 | |||
c41f39389c1c | anciaux | sparse solver petsc with a test (in sequential so far) | May 21 | |||
6eafdcc51f68 | anciaux | fix application of blocked dofs | May 17 | |||
bb626ad52752 | anciaux | fix compilation issues | Feb 27 | |||
9c7d441921d8 | anciaux | Merge branch 'master' into features/solver-rewrite | Feb 27 | |||
5d2ca6c2706c | richart/anciaux | Adding CI on macos | Dec 13 2023 | |||
9a9c100c6b8a | anciaux | modify tests | Dec 12 2023 | |||
67a40dcbc411 | anciaux | renaming sparse solver and ready for questions | Dec 12 2023 | |||
67ee3c8f5e95 | anciaux | nonlinearsolver: regroup newtonraphson and linear | Dec 8 2023 | |||
5b6580801b90 | anciaux | blocked dofs to dof_manager and mother class dof_manager in solvers | Nov 30 2023 | |||
73d9497cc7ba | richart | Missing changes in damage non local | Sep 14 2023 | |||
7cf2965a2846 | richart | Switching to shared_ptr to correct undefined behaviors in the the python… | Sep 14 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
5b14b292ffd6 | Nicolas Richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Aug 2 2023 | |||
fb1f70bc20e0 | Nicolas Richart | Bug fixes cohesive elements | Aug 1 2023 | |||
0b5b06918b93 | Nicolas Richart | Fixing bugs and adding missing python interface | Jul 28 2023 | |||
a91fc673e8e7 | Nicolas Richart | [wip] Solved compilation issues | Jul 21 2023 | |||
3ef774152252 | Nicolas Richart | Adding missing python interface and linting | Jul 20 2023 | |||
cd4ab7137869 | Nicolas Richart | Fixing buges and reverting on registerInternal | Jul 20 2023 | |||
378e70d38150 | Nicolas Richart | [wip] Reaching a compiling point need to debug now | Jul 14 2023 | |||
d64336973823 | richart | Minor changes in Marigo for dumpers | May 1 2023 | |||
210052b6de93 | richart | Bug fix in applyBC | May 1 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
843d4082f874 | Nicolas Richart | [wip] Changing more internalfields to shared_ptr | Apr 13 2023 | |||
49129e76fff7 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into… | Apr 11 2023 | |||
68a3bb87fbbb | Nicolas Richart | [wip] changing internal fields to std::shared_ptr [ci.skip] | Apr 11 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
5c7ea5a6ccda | Nicolas Richart | [wip] Making the branch compile after a rebase [ci.skip] | Mar 7 2023 | |||
4885348a2272 | richart/Nicolas Richart | solving ambiguity | Feb 25 2023 | |||
c172a5f9a05d | richart/Nicolas Richart | Submit for testing | Feb 25 2023 | |||
b72e9e25088c | richart/Nicolas Richart | Advancing in compilation problems | Feb 25 2023 | |||
8cdb3c79e7e3 | pundir/Nicolas Richart | moved spatial dimension to the base class | Feb 25 2023 | |||
767c467331c8 | richart/Nicolas Richart | fixing compilations issues | Feb 25 2023 | |||
cea4f240e60d | richart/Nicolas Richart | Adding base interfaces | Feb 25 2023 | |||
4287921e5d9b | richart/Nicolas Richart | Making internal fields more generic | Feb 25 2023 | |||
79c57454cc30 | pundir/Nicolas Richart | few more modifications | Feb 25 2023 | |||
3719412e4978 | pundir/Nicolas Richart | changes to the internal field | Feb 25 2023 | |||
a37413ca05a9 | richart/Nicolas Richart | Advancing more | Feb 25 2023 | |||
8344be23f1d0 | richart/Nicolas Richart | Advancing in the compilation | Feb 25 2023 | |||
b26e7d2721d2 | richart/Nicolas Richart | renaming files | Feb 25 2023 | |||
31237a41d460 | pundir/Nicolas Richart | constitutive laws added | Feb 25 2023 | |||
b87c359bde50 | richart/Nicolas Richart | extracting constitutive laws handler from solid mechanics | Feb 25 2023 | |||
3da4fa0673a2 | richart/Nicolas Richart | Moving internal fields to generic consitutive laws | Feb 25 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
2ccf190bdba8 | richart | Merge remote-tracking branch 'origin/master' into features/eigen | Jan 25 2023 | |||
a01c59ee807f | richart | Mess-up in the generalized trapezoidal coefficients | Jan 17 2023 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
be373f5d943e | richart | Moving initDOFManager in body of constructor | Dec 7 2022 | |||
5bb67d7f3c81 | richart | Sanitizing the code | Nov 22 2022 | |||
395abbd6ce0f | richart | Merge branch 'master' into features/eigen | Oct 5 2022 | |||
63f55c853207 | richart | more bugs squashed | Oct 4 2022 | |||
b49c989ba5c3 | richart | Refactor contact code (still need some work) | Sep 29 2022 | |||
b4c0dfe20c45 | richart | Merge branch 'master' into features/eigen | Jul 9 2022 | |||
b54daa8924d0 | richart | Updates node groups associated to element groups when nodes are doubled to… | Jul 8 2022 | |||
23afa0f74cab | richart | Correcting a warning at compilation | Jun 29 2022 | |||
9d1341e08698 | tdroch | Merge branch 'bugfixes/create_matrices_if_needed_by_user' into 'master' | May 10 2022 | |||
8185a160038c | richart | Merge branch 'bugfixes/detect_mixed_distributed_initialization' into 'master' | Apr 28 2022 | |||
96dbd1c1c33c | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 28 2022 |
c4science · Help