History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a724d3f2390c | richart | Getting rid of the static memory | Mar 10 2021 | |||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | |||
d2aec9116f8f | richart | Modifications for the documentation | May 6 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 | |||
75f4c432a631 | richart | clang-tidy first pass of auto-fixes | Nov 8 2017 | |||
af070548afda | richart | Refactoring communicator | Nov 7 2017 | |||
b88b3e07a8e2 | richart | Automated creation of matrices in the time step solver | Aug 29 2017 | |||
8e6f37ad117f | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
144f355a961d | richart | Changing namespace definition | Jun 19 2017 | |||
023a0f909251 | richart | Corrected a bunch of tests | Jun 12 2017 | |||
a82571659061 | richart | Range-based for improvement | Jun 2 2017 | |||
57cdda9e5a14 | richart | Forced c++14 as a standard | Jun 2 2017 | |||
f920bd93a04c | richart | Could not find The Bug, not sure it is in my code or in my head | May 30 2017 | |||
d3d93c57f198 | richart | Still tracking a bug | May 19 2017 | |||
a9e707fc2c66 | richart | Adding more test in the path to fund the parallel solver bug | May 19 2017 | |||
81d35e91db16 | richart | Adding missing synchronization in y = A * x | May 11 2017 | |||
0fff10aaefd6 | richart | Another round of debugging | May 11 2017 | |||
ee38ea5b4ddd | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
7092be232321 | richart | Passing communicators to const StaticCommunicator | Jan 24 2017 | |||
8baee4560d76 | richart | Adding pre-assembled terms for coupling matrices + detecting changes in… | Jan 18 2017 | |||
e86527c33012 | richart | starting to modify the tests for the new API, + bug fixes on autos ans adding… | Dec 7 2016 | |||
f75e9969df32 | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
0afd2f20c3e2 | richart | New solvers in solid_mechanics_model | Jun 29 2016 | |||
54d48968a1b6 | richart | Added tests and made them work for a model in static linear, dynmic implicit | Apr 13 2016 | |||
202c6ec62b8b | richart | Correction due to ediff n in some files... | Mar 17 2016 | |||
0608fc9fe4a5 | richart | Removing zombie files | Mar 17 2016 | |||
171d1862ded1 | richart | Merge branch 'master' of gitolite-richart:akantu into dofs-separation-rewrote | Mar 17 2016 | |||
f4cdeb6af0c9 | richart | Changes to make the first model solver test run | Mar 16 2016 | |||
8894eaae3ed0 | richart | Connecting more pipes together: compiling simple case | Feb 16 2016 | |||
5a3286713343 | frerot | added PBCs with PETSc | Feb 12 2016 | |||
0ba9472ac075 | frerot | Revert "put mumps output setup before mumps initialization" | Feb 12 2016 | |||
70fdbcffe749 | frerot | put mumps output setup before mumps initialization | Feb 9 2016 | |||
ad071a900ebb | frerot | fixed compilation error when MPI not activated | Feb 8 2016 | |||
03fe43e3763b | richart | Merge branch 'release' | Feb 2 2016 | |||
8eb7d108be2c | richart | solving cleaning of implicit parallel cases | Feb 2 2016 | |||
6cd48b3f4371 | richart | Merge branch 'master' into dofs-separation-rewrote | Feb 2 2016 | |||
514a38ab99ef | Aurelia Cuba Ramos | bug fixes to make solver work for FE2 simulations | Feb 2 2016 | |||
6af73cc5d7a4 | Aurelia Cuba Ramos | fix for RVE simulations: splitting of communicator in the solver | Feb 2 2016 | |||
b266e36a8204 | Aurelia Cuba Ramos | conflicts resolved | Feb 1 2016 | |||
3be907b09878 | Aurelia Cuba Ramos | modifications to use dummy_communicator for RVEs in FE2 simulations | Feb 1 2016 | |||
8b77901c9c9f | richart | updating headers | Jan 22 2016 | |||
9c9b9a8e0e9f | LSMS Tester/richart | Removing warning with -Wall -Werror + reformating the fils went through | Jan 21 2016 | |||
a1b3497b1275 | LSMS Tester/richart | Removing warning with -Wall -Werror + reformating the fils went through | Jan 21 2016 | |||
569aca0ad4eb | richart | Bug fixes: memory leaks and finalization | Jan 19 2016 | |||
7dd9648d4655 | LSMS Tester/richart | Updating the headers for the release 2.3 | Jan 15 2016 | |||
74a41d6f0ef2 | richart | Merge branch 'master' into release | Jan 13 2016 | |||
273337d4079f | anciaux | compilation with clang ok | Dec 8 2015 | |||
0f184b143f5d | kammer | correct profile creation with pbc in parallel | Nov 16 2015 | |||
1e72176f9e34 | richart | Change residual in internal forces + added instantiation for Time step solver | Oct 16 2015 | |||
a0b28f5877ff | Aurelia Cuba Ramos | generic neighborhood class added | Oct 8 2015 | |||
1f6d3d2a449f | richart | Moving some more code for the solver implementations | Oct 7 2015 | |||
c4eea3cc3071 | Marco Vocialta | First step in the parallelism of the geometry | Sep 21 2015 | |||
8fcd629b2e35 | richart | Advancing on the definition of the TimeStepSolver | Sep 17 2015 | |||
8e5feed2a2e9 | richart | Adding NoLionearSolver TimeStepSolver, adapting fem for the assembly of masses | Sep 15 2015 | |||
b214f10aa754 | richart | Merge branch 'master' into dofs-separation-rewrote | Aug 21 2015 | |||
97be65b1e826 | richart | Started changes in matrix instanciation | Aug 21 2015 | |||
f43c94d839a1 | richart | Merge branch 'master' into dofs-separation-rewrote | Aug 18 2015 | |||
128c0520c87c | richart | Begining of implementation of DOFManager as a central object for solver +… | Aug 18 2015 | |||
05df46a996de | richart | Made unordered_map a bit more generic with an autodetection in cmake | Aug 18 2015 | |||
21ce0527e9b2 | anciaux | make the init for the solver reentrant | Aug 7 2015 | |||
4bee089d6542 | richart | Modification to make akantu compile with long int (64bit idx) Still has to… | Aug 4 2015 | |||
7cf43887b4af | Marco Vocialta | Fix to allow Akantu use a version of Petsc compiled for C and bugfix on my last… | Jun 24 2015 | |||
6c1f7eacac7b | Clement Roux | Destroy properly SolverMumps | Jun 3 2015 | |||
ed2494138899 | corrado | bugs fixed in the finalization of the static solver for mumps | May 4 2015 | |||
49ea74fd0a70 | corrado | bugs fixed in the management of mumps errors and warnings | May 4 2015 | |||
f14f18e26084 | Marco Vocialta | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Apr 30 2015 | |||
a7db964b113d | Marco Vocialta | Improving performance with petsc in debug mode | Apr 30 2015 | |||
ab4a38f1b0bf | Aurelia Cuba Ramos | bug fix in the apply boundary function of the petsc matrix | Apr 30 2015 | |||
d93e2d22375b | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Apr 28 2015 |
c4science · Help