History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7d530d027fd0 | richart | NodeType becomes NodeFlags + node_prank | Apr 4 2018 | |||
29f36af846c5 | richart | Fixing bug introduced due to change of behavior when mesh distributed in… | Mar 15 2018 | |||
c643c426521c | richart | Bug fix for static computations with cohesive elements | Mar 14 2018 | |||
1b065daef62a | richart | Fixing bugs introduced will bug fixing cohesive elements in parallel | Mar 11 2018 | |||
20b46107c7f2 | richart | updating the global ids based on the master nodes and local connectivity | Mar 8 2018 | |||
ed2260c94bc2 | richart | removing dead code | Mar 6 2018 | |||
51796baa5306 | richart | Correcting some bugs in determination of node global ids | Mar 5 2018 | |||
661fbad816c4 | richart | Bug fix in the cohesive elements | Mar 3 2018 | |||
362877022129 | richart | Bug fix in the implicit dynamic solver | Feb 26 2018 | |||
2d7e93b72235 | richart | Rewrote the headers of the files in src | Feb 23 2018 | |||
689ec00e395b | richart | debugging cohesive element tests | Feb 23 2018 | |||
603ed2ea0adf | richart | Dewarningazing the code in release | Feb 8 2018 | |||
bd24ef132147 | richart | Cleaning warning/bugs in release | Jan 23 2018 | |||
5020f0033654 | richart | bug fixes | Dec 15 2017 | |||
79286ef9af64 | richart | Modified model initilalization | Dec 14 2017 | |||
20647fbaefa9 | • arichart | Tidying the code with more clang-tidy | Dec 3 2017 | |||
e673c37968c6 | richart | Removed the constness of the Communicator to be able to register event handlers | Nov 15 2017 | |||
98405b386e09 | richart | clang-tidy auto-fix second pass for using and auto + performance | Nov 8 2017 | |||
3cb848d814e7 | richart | clang-tidy first pass of auto-fixes | Nov 8 2017 | |||
133a6062c3b5 | richart | Refactoring communicator | Nov 7 2017 | |||
846d4bf44130 | richart | Automated creation of matrices in the time step solver | Aug 29 2017 | |||
a2a185177344 | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
9ffaecefb71a | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | |||
d37a3c106066 | richart | switched to unique_ptr | Jun 2 2017 | |||
6ae4aab4ae3d | richart | Bug fix when not in parallel | May 31 2017 | |||
dd2df44311fb | richart | Could not find The Bug, not sure it is in my code or in my head | May 30 2017 | |||
848b551583d4 | richart | Still tracking a bug | May 19 2017 | |||
ca61d1994699 | richart | Another round of debugging | May 11 2017 | |||
a62caba660ec | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
0035fcd74950 | richart | Passing communicators to const StaticCommunicator | Jan 24 2017 | |||
0db649cf6d67 | richart | Adding pre-assembled terms for coupling matrices + detecting changes in… | Jan 18 2017 | |||
8cd528b0663f | richart | Adding an optional support to the dof | Dec 16 2016 | |||
0f78f3ff18c0 | • arichart | Build profile per types on demand and access to equations numbers needed to… | Dec 14 2016 | |||
cafceb59140e | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
0afd2f20c3e2 | richart | New solvers in solid_mechanics_model | Jun 29 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 | |||
952e8e1ae0f9 | richart | Changes to make the new integration capability work: passes unit tests | May 24 2016 | |||
54d48968a1b6 | richart | Added tests and made them work for a model in static linear, dynmic implicit | Apr 13 2016 | |||
f4cdeb6af0c9 | richart | Changes to make the first model solver test run | Mar 16 2016 | |||
044c0d61a355 | richart | Adding priority in event handler + adding mesh events in DOFManager + first test | Feb 26 2016 | |||
8894eaae3ed0 | richart | Connecting more pipes together: compiling simple case | Feb 16 2016 | |||
4eda3f0153cd | richart | Changed the integrations scheme to get more inteligence on time stepping… | Oct 23 2015 | |||
1e72176f9e34 | richart | Change residual in internal forces + added instantiation for Time step solver | Oct 16 2015 | |||
1f6d3d2a449f | richart | Moving some more code for the solver implementations | Oct 7 2015 | |||
8e5feed2a2e9 | richart | Adding NoLionearSolver TimeStepSolver, adapting fem for the assembly of masses | Sep 15 2015 | |||
97be65b1e826 | richart | Started changes in matrix instanciation | Aug 21 2015 | |||
128c0520c87c | richart | Begining of implementation of DOFManager as a central object for solver +… | Aug 18 2015 |
c4science · Help