rAKA/srcbugfixes/dynamics_struc…
rAKA/src
bugfixes/dynamics_struc…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
4017047d3d47 | frerot | fixed implicit dynamics 2d test (temporary ?) | May 22 2017 | |||
848b551583d4 | richart | Still tracking a bug | May 19 2017 | |||
ce6b1a2fbb9a | richart | Adding more test in the path to fund the parallel solver bug | May 19 2017 | |||
36c60e878f83 | richart | Made it easier to change nb iter | May 11 2017 | |||
945fff780988 | richart | Adding missing synchronization in y = A * x | May 11 2017 | |||
ca5d409e4ee8 | richart | Correcting data distribution test | May 11 2017 | |||
ca61d1994699 | richart | Another round of debugging | May 11 2017 | |||
97981337ee56 | richart | Adding initializer_list | May 11 2017 | |||
422bc4e9acbc | richart | bug fix in factorization of pbc code | May 5 2017 | |||
a59691ac4bb7 | richart | Test model solver explicit works in parallel | Apr 1 2017 | |||
a62caba660ec | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
ea3d967b727a | richart | Adaptation to the new interface | Mar 28 2017 | |||
d10108d16f8d | richart | Make it compile again with structural model activated | Mar 28 2017 | |||
cf8ef404e343 | richart | Changes to make the new integration capability work: passes unit tests | Mar 21 2017 | |||
4cd820fd4ca2 | richart | Found the exact values for triangle with 6 integration points | Mar 21 2017 | |||
6aa0b05eb32e | richart | Changes to provide a functor that decides the integrations order for a given… | Mar 21 2017 | |||
23ffdf215285 | richart | Merge branch 'master' of gitolite-richart:akantu | Mar 21 2017 | |||
e067ae0fc93e | anciaux | Merge branch 'master' of gitolite:akantu | Mar 21 2017 | |||
2d6796a7818a | richart/anciaux | Modified determination of pentahedron integration by cross product of triangle… | Mar 21 2017 | |||
a307a4df674d | richart/anciaux | Making possible to compute integrals at different orders than the one… | Mar 21 2017 | |||
40ee89ad11e2 | corrado | tiny modifications in material_cohesive_linear_uncoupled.cc | Mar 20 2017 | |||
8acf8ce5be13 | corrado | modifications to the implementation of the cohesive_linear_uncoupled law | Mar 17 2017 | |||
2df3f26bbe67 | anciaux | add the corrdinates of quad points to the python material | Mar 3 2017 | |||
bff8487a06df | richart | ooops corection | Feb 14 2017 | |||
07ce8d3dc103 | richart | Bug fix in cppargparse | Feb 14 2017 | |||
e04fde03207c | richart | Bug fix ~ in non local damage | Feb 14 2017 | |||
0035fcd74950 | richart | Passing communicators to const StaticCommunicator | Jan 24 2017 | |||
8d7046b9a5f1 | anciaux | extend the material python to allow some sort of material selector | Jan 23 2017 | |||
0db649cf6d67 | richart | Adding pre-assembled terms for coupling matrices + detecting changes in… | Jan 18 2017 | |||
b9d5490216a0 | anciaux | coorect useless include | Jan 17 2017 | |||
3a76a3528e99 | anciaux | correct compilation trouble | Jan 17 2017 | |||
a5a7017d0519 | anciaux | store internals and parameters in dictionary so as to pass them to python the… | Jan 12 2017 | |||
e2626e44ce45 | anciaux | adding the possibility to set the size of the internals | Jan 9 2017 | |||
383a38e40580 | anciaux | The python material now call the functor with the total arrays | Jan 5 2017 | |||
80fc0ca20c8f | richart | Clean includes in material elastic | Dec 16 2016 | |||
8cd528b0663f | richart | Adding an optional support to the dof | Dec 16 2016 | |||
b5266388986b | richart | Merge branch 'features/dofs-separation-rewrote' of gitolite-richart:akantu into… | Dec 14 2016 | |||
8476bc13a6c8 | richart | Correction for cmake 3.0.2 | Dec 14 2016 | |||
0f78f3ff18c0 | • arichart | Build profile per types on demand and access to equations numbers needed to… | Dec 14 2016 | |||
3d2dce0766f0 | anciaux | cleaning the material plastic coding convention | Dec 9 2016 | |||
126a08842fee | anciaux | correct a bug in the python material | Dec 8 2016 | |||
06e82afebd3a | richart | starting to modify the tests for the new API, + bug fixes on autos ans adding… | Dec 7 2016 | |||
1b4820c1db0b | richart | Merge branch 'master' into features/dofs-separation-rewrote | Dec 2 2016 | |||
cafceb59140e | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
d24746460a87 | fabarras | Merge branch 'master' of lsmssrv1.epfl.ch:/akantu | Nov 17 2016 | |||
6b8c623642b7 | fabarras | enabling external calls to synchronisation of cohesive data | Nov 17 2016 | |||
95ec89738330 | fabarras | checking material id fallback during insertion along physical objects combined… | Aug 27 2016 | |||
6897e0f0db58 | fabarras | modifs related to the new test of parallel cohesive element insertion | Aug 6 2016 | |||
768d54e7ec4e | fabarras | fixing bugs in the synchronisation of intrinsic cohesive elements | Aug 5 2016 | |||
556bcd200675 | fabarras | Merge branch 'master' of lsmssrv1.epfl.ch:/akantu | Aug 5 2016 | |||
f281de9b877c | fabarras | force computation of current position to avoid NAN values in cohesive stiffness… | Aug 5 2016 | |||
89414cc89420 | corrado | bug fixing in material_cohesive_exponential.cc | Aug 4 2016 | |||
5e81157da73d | corrado | new implementation of the cohesive exponential law which avoid the use of… | Aug 4 2016 | |||
48075c4a95bc | fabarras | silence akantu complaining about its lack of partner | Jul 26 2016 | |||
d66c6e87208e | corrado | added the cohesive linear uncoupled law | Jul 25 2016 | |||
6f34552e6457 | corrado | tiny modification in cohesive linear friction law | Jul 22 2016 | |||
f2be7e93a777 | corrado | fixed bug when no. guass point of facets is different from no gauss points of… | Jul 22 2016 | |||
0afd2f20c3e2 | richart | New solvers in solid_mechanics_model | Jun 29 2016 | |||
04ead12caed2 | richart | Initialize the solver based on input files | Jun 19 2016 | |||
bbf37adfc2a8 | richart | Optimizing to remove useless allocation and memsets | Jun 17 2016 | |||
590c547789dc | richart | Removing useless copies, still too many malloc showing up in the profiling | Jun 16 2016 | |||
34bce58365a8 | richart | Compilation fix in the data_cache of the dof_manager | Jun 16 2016 | |||
0d66fe01fea3 | richart | Improving tests, addinf new solver in solid_mechanics_model | Jun 16 2016 | |||
fd8f83bd5c54 | corrado | increased the number of gauss points for cohesive elements to correclty… | May 26 2016 | |||
6c7e2eb1963a | anciaux | correct a compilation error | May 25 2016 | |||
bb624d17e38a | frerot | unregistered stress from material reinforcement | May 24 2016 | |||
952e8e1ae0f9 | richart | Changes to make the new integration capability work: passes unit tests | May 24 2016 | |||
4648f0fbf28a | richart | Found the exact values for triangle with 6 integration points | May 10 2016 | |||
849764e8a2cb | richart | indentation correction with clang-format | May 10 2016 | |||
e61d58c57927 | richart | Modified determination of pentahedron integration by cross product of triangle… | May 10 2016 | |||
dd271c3d621d | richart | Making possible to compute integrals at different orders than the one… | May 4 2016 | |||
ec5288b8db9f | richart | Changer Parsable in parameter registery + parsable | May 4 2016 | |||
355ee6815b27 | richart | Corrected residual computation, it should work now | Apr 27 2016 | |||
dce266957af7 | richart | Adding *axpy | Apr 27 2016 | |||
e817679d7df6 | richart | Merge branch 'master' into dofs-separation-rewrote | Apr 25 2016 | |||
6ed18387cdbd | richart | Small modification for lumped mass solver | Apr 25 2016 | |||
413b53313bb8 | richart | Adding gdb pretty printers in akantu | Apr 25 2016 | |||
c5b22de8cef1 | richart | Adding point dump type | Apr 22 2016 | |||
eeb24dba531e | richart | Correcting problems for the installed version | Apr 21 2016 | |||
dab4707e4cf3 | richart | Removing warning in diana reader | Apr 21 2016 | |||
fcf61d36c7c4 | richart | Corrected the handling of MPI tags | Apr 20 2016 | |||
e33453841429 | richart | Removing warnings on old versions of Boost | Apr 20 2016 | |||
c244a8b893ee | richart | solving compilation error on old version of boost | Apr 20 2016 | |||
91b6a53e42c2 | richart | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Apr 19 2016 | |||
c2adbcc35d68 | richart | Merge branch 'master' of gitolite-richart:akantu | Apr 19 2016 | |||
54d48968a1b6 | richart | Added tests and made them work for a model in static linear, dynmic implicit | Apr 13 2016 | |||
67433eac5275 | richart | Bug fix in a phx::bind call | Apr 2 2016 | |||
989eac36874f | richart | Replaced lazy functions for phx::bind | Apr 2 2016 | |||
5072a1c587f1 | richart | Removing warnings | Apr 2 2016 | |||
26c734f4bfff | Aurelia Cuba Ramos | fixed petsc profile test, removed accessor for youngs modulus | Mar 22 2016 | |||
4a2158331a55 | Aurelia Cuba Ramos | accessor for Young's modulus added | Mar 22 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 | |||
b1e240aae004 | richart | Change of interface of the communicator | Mar 16 2016 | |||
cbc12a95e5aa | corrado | merge conflict solved | Mar 2 2016 | |||
8f855bf3fefe | corrado | solved memory leaks in static_communicator_mpi and… | Mar 2 2016 | |||
1d88109a3f9c | richart | Missing file at install | Mar 1 2016 | |||
08c32f4fe99d | corrado | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Feb 29 2016 |
c4science · Help