rAKA/src/model/common/dof_manager/dof_manager_petsc.ccbugfixes/clean…
rAKA/src/model/common/dof_manager/dof_manager_petsc.cc
bugfixes/clean…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
324b3f3c84f0 | richart | Correcting parallel access to petsc vector | Apr 16 | |||
e1eb57e5ed2f | richart | Bug fix in the computation of ghosts | Apr 16 | |||
7f093f661800 | richart | Protecting VecMPISetGhost call | Apr 16 | |||
3b6a9888f17d | saduruss | set ghost for PETSc solver vectors | Apr 16 | |||
729bc73149e9 | richart | Cleaning includes | Apr 10 | |||
2592c8155e30 | richart | Cleaning CI for clang | Apr 10 | |||
b6300dab6d7f | richart | Changing default package back and moving code around | Apr 10 | |||
1ffc0896ea6e | richart | Adding an AO and setting ghosts to all solvervetors | Apr 10 | |||
71ac08e6ddec | saduruss | first implementation of TAO solver | Dec 9 2024 | |||
b7f170e9a1a4 | anciaux | start testing the petsc SNES | Oct 19 2024 | |||
ad98b01677a5 | anciaux | allows solver_options in initFull | Oct 15 2024 | |||
d2a7181e2483 | anciaux | renaming back to SolverVector | Oct 11 2024 | |||
d5ce859b3064 | anciaux | enable solvervector resize and update of petsc IS from dofmanager | Oct 11 2024 | |||
4603364dc65f | anciaux | working solverlumped with petsc dof_manager | Oct 8 2024 | |||
c0db265d35d8 | anciaux | prevent petsc to finalize mpi (as mpi4py may have done it already) | Oct 5 2024 | |||
237f49d247c0 | anciaux | cleaning | Oct 4 2024 | |||
63e3229da822 | anciaux | error handler for PETSc generates nice Akantu exceptions | Oct 4 2024 | |||
4973754bc60a | anciaux | fix petsc for lumped solver type | Oct 1 2024 | |||
e1c6b4798fa2 | anciaux | new set func for parameters: std::any | Sep 26 2024 | |||
dde89acc6be6 | anciaux | cleaning stdout messages | Sep 25 2024 | |||
0cd787eb1bf6 | anciaux | fixing dofmanagerpetsc instantiation | Sep 25 2024 | |||
6173df8a4138 | anciaux | transition to use akantu newton raphson with petsc | Sep 23 2024 | |||
25f8fa979320 | anciaux | add the possibility to choose the sparse solver | May 24 2024 | |||
c41f39389c1c | anciaux | sparse solver petsc with a test (in sequential so far) | May 21 2024 | |||
9a9c100c6b8a | anciaux | modify tests | Dec 12 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
36b5c7690fc7 | Nicolas Richart | Merge branch 'master' into features/eigen | Jan 22 2022 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 2021 | |||
3ad087540b2b | richart | Moved dofs ids information to TermsToAssemble | Nov 5 2021 | |||
01141098e462 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Oct 29 2021 | |||
47efb065a843 | richart/Nicolas Richart | [wip] More UInt to auto, Int or Idx and Eigen stuffs | Oct 29 2021 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
33327d9f46e4 | richart | Getting rid of the static memory | Mar 10 2021 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 | |||
f2b54f6e0331 | richart | Modifications for the documentation | May 6 2020 | |||
0e4984f5a64d | richart | Merge branch 'master' into features/pybind11 | Jun 15 2019 | |||
29ce3cc1f3a1 | richart | Adding dof manager tests for petsc | Apr 23 2019 | |||
1e093d42f748 | richart | dynamic_cast -> as_type | Apr 5 2019 | |||
72c0214a7b7a | richart | PETSc dynamic solver | Apr 5 2019 | |||
0183db140277 | richart | First correct solution obtained with PETSc | Mar 27 2019 | |||
82efd2d855ec | richart | refactoring some assembly code | Mar 13 2019 | |||
2ff5e44cc57d | richart | This seams to work to assemble with multiple dofs and in parallel (needs a bit… | Mar 7 2019 | |||
0caf92148c1b | richart | Refactoring code between dof_managers | Feb 26 2019 | |||
05a352d13d99 | richart | PETSc compiles adding SolverVector | Jan 2 2019 | |||
926d81321873 | richart | DOFManagerPETSc almost compiling | Dec 28 2018 | |||
08a4aeef80c5 | richart | advancing in the petsc dof manager | Dec 28 2018 | |||
81e90b9978ef | richart | updating the matrix definition | Dec 28 2018 | |||
d41cf25de0e0 | richart | Long overdue cleaning in the model folder | Dec 28 2018 |
c4science · Help