History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
c34d4e7e79bd | anciaux | fix init bug in sparse Petsc matrix | Oct 22 | |||
464d52ad3a03 | anciaux | print functions for sparse matrices/vectors | Oct 20 | |||
70cf2b20c693 | anciaux | do not reset options to avoid cancelling options passed at command line | Oct 16 | |||
8e9e51798988 | anciaux | debug save of matrix for debug purpose commented | Oct 16 | |||
b76f74be78a2 | anciaux | fix bug solve phase field problem on a test | Oct 16 | |||
d2a7181e2483 | anciaux | renaming back to SolverVector | Oct 11 | |||
d5ce859b3064 | anciaux | enable solvervector resize and update of petsc IS from dofmanager | Oct 11 | |||
a3d7229f26f4 | anciaux | remove duplicate member in daugther class | Oct 11 | |||
cd864419c922 | anciaux | fix multi material test: matrix profile not fixed | Oct 8 | |||
4603364dc65f | anciaux | working solverlumped with petsc dof_manager | Oct 8 | |||
873a7a2dd1d1 | anciaux | saving state | Oct 5 | |||
e4b06fa91110 | anciaux | cleaning | Oct 4 | |||
63e3229da822 | anciaux | error handler for PETSc generates nice Akantu exceptions | Oct 4 | |||
4973754bc60a | anciaux | fix petsc for lumped solver type | Oct 1 | |||
003a4c85b7d4 | anciaux | passing correctly the options to petsc | Sep 30 | |||
e1c6b4798fa2 | anciaux | new set func for parameters: std::any | Sep 26 | |||
f7242e84236f | anciaux | cleaning debug output to file | Sep 25 | |||
4fb986f40817 | anciaux | cleaning message | Sep 25 | |||
dde89acc6be6 | anciaux | cleaning stdout messages | Sep 25 | |||
0cd787eb1bf6 | anciaux | fixing dofmanagerpetsc instantiation | Sep 25 | |||
9bd992624315 | anciaux | advance in fixing petsc solver | Sep 23 | |||
6173df8a4138 | anciaux | transition to use akantu newton raphson with petsc | Sep 23 | |||
ad61a98e3084 | anciaux | reshape parameters for petsc solvers | Jun 6 | |||
6d1662c3fd84 | anciaux | cleaning | May 21 | |||
c41f39389c1c | anciaux | sparse solver petsc with a test (in sequential so far) | May 21 | |||
e1ddd707af55 | anciaux | optimize the blocked dofs treatment | May 17 | |||
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 | |||
5b6580801b90 | anciaux | blocked dofs to dof_manager and mother class dof_manager in solvers | Nov 30 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
13e8c2729164 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
58fc55365c02 | gallyamov | Bug fix on synchronization of matrix-vector multiplication product | Feb 9 2023 | |||
63f55c853207 | richart | more bugs squashed | Oct 4 2022 | |||
6748b0c03915 | richart | Correct compilation on ubuntu:lts and with clang | Jul 12 2022 | |||
b4c0dfe20c45 | richart | Merge branch 'master' into features/eigen | Jul 9 2022 | |||
7ffe79ae43a2 | richart | Merge branch 'master' into 'features/structural_mechanics_lumped_mass' | Apr 28 2022 | |||
0c52d49647c8 | phimuell | Removed a misleading comment. | Mar 24 2022 | |||
a1120eb7be62 | Philip Mueller, HS | Updated the `SolverVector` Interface. | Mar 15 2022 | |||
28e453375af1 | richart | Missing override | Mar 9 2022 | |||
547c4e3b1cbd | richart | Aligning the code with akantu coding conventions | Mar 8 2022 | |||
20ecde97aa7a | Philip Mueller | Fixed an error in the `isFinite()` implementation of `SolverVector`. | Feb 25 2022 | |||
cbfa2ee4faba | Philip Mueller | Updated the Akantu Array. | Feb 25 2022 | |||
962960572b97 | Philip Mueller | The `SparseMatrix` class now supports a function for testing if its entries are… | Feb 25 2022 | |||
e4268c1bc417 | richart | Bug fixes | Feb 1 2022 | |||
a4980c2e8c1d | Nicolas Richart | [wip] more bug fixing and uint to auto | Jan 27 2022 | |||
36b5c7690fc7 | Nicolas Richart | Merge branch 'master' into features/eigen | Jan 22 2022 | |||
fbd8b0dfaf2d | Nicolas Richart | [wip] more UInt changed and material changes to named_tuples | Jan 20 2022 | |||
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 | |||
1cf5685c9724 | richart | Adding TermsToAdd and SolverCallbacks to python interface | Oct 20 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
146f7a0e9b4c | richart/Nicolas Richart | initial change for eigen | Sep 14 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | |||
a724d3f2390c | richart | Getting rid of the static memory | Mar 10 2021 | |||
e37c144d7c8c | richart | Merge branch 'master' into features/contact | Dec 11 2020 | |||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | |||
df896bbba52f | pundir | conflicts with master resolved | Jun 14 2020 | |||
d2aec9116f8f | richart | Modifications for the documentation | May 6 2020 | |||
1626f13ec4a3 | pundir | added minimum function to sparse matrix aij | Mar 31 2020 | |||
89c853c10096 | richart | factorizing scatter/gather from dof_synchronizer to synchronizer_impl | Jan 15 2020 | |||
ac4f37242023 | richart | extanding SparseMatrix and DOFManager interface in python | Dec 13 2019 | |||
5cf490a6c1b7 | richart | arc lint --everything | Jul 19 2019 | |||
0c6888ff380d | richart | Fixing bugs in parallel: | Jun 12 2019 | |||
6d5d7eb67dcf | richart | Few modifications | May 31 2019 | |||
abe40d59ea17 | richart | dynamic_cast -> as_type | Apr 5 2019 | |||
355731645768 | richart | PETSc dynamic solver | Apr 5 2019 | |||
400b63f904dc | richart | Removed small tweaks made it more stable by copying the profiles | Mar 27 2019 | |||
f05cce9ba8ca | richart | First correct solution obtained with PETSc | Mar 27 2019 | |||
c0e6a0777c8d | richart | refactoring some assembly code | Mar 13 2019 | |||
0b437330b711 | richart | This seams to work to assemble with multiple dofs and in parallel (needs a bit… | Mar 7 2019 | |||
65d6f0a06f07 | richart | Refactoring code between dof_managers | Feb 26 2019 | |||
e36b5bd73bac | richart | Working start point | Jan 6 2019 | |||
9c361a0b26d6 | richart | Bug fix in SolverVector | Jan 3 2019 | |||
031679801dd5 | richart | PETSc compiles adding SolverVector | Jan 2 2019 | |||
560fb762dcd6 | richart | Scoping more enums | Dec 30 2018 | |||
06ae11d8c7a5 | richart | advancing in the petsc dof manager | Dec 28 2018 | |||
bf714c5486a9 | richart | updating the matrix definition | Dec 28 2018 | |||
df0bceaf33e6 | richart | commit to push before vacations: this version is currently broken | Jul 19 2018 | |||
6037ec685449 | richart | Minor changes int the python insterface | Mar 27 2018 | |||
082831982c3f | richart | Bug in pentahedron partitioning | Mar 11 2018 | |||
165c792569e1 | richart | Rewrote headers of tests | Feb 24 2018 | |||
55edd944bb58 | richart | Rewrote the headers of the files in src | Feb 23 2018 | |||
246ddc4b7d86 | richart | Linted everything 'arc --lint --erverything' | Feb 23 2018 | |||
517a23aa9f32 | richart | No harsh termination, only exceptions thrown | Feb 20 2018 | |||
4c202e810c49 | frerot | added SingularMatrixException | Jan 24 2018 | |||
d1ebb2778129 | richart | Modified model initilalization | Dec 14 2017 | |||
9da4260fdfc3 | richart | Merge branch 'features/dofs-separation-rewrote' of c4science… | Dec 5 2017 | |||
1fcfbf02b9bd | richart | Passing patch tests in gtests | Dec 4 2017 | |||
f157d17192b3 | • arichart | Tidying the code, going to performance checkers | Dec 3 2017 | |||
77c10aa8d651 | richart | Removed the constness of the Communicator to be able to register event handlers | Nov 15 2017 | |||
57fad7af08c3 | richart | clang-tidy auto-fix second pass for using and auto + performance | Nov 8 2017 |
c4science · Help