History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
0eeca3af2967 | frerot | added accessor to saturation pressure in KatoSaturated | Jun 18 2019 | |||
cb09ff877dab | frerot | removed __(BEGIN|END)_TAMAAS__ macros and replaced with namespace | May 1 2019 | |||
b92d7cbb4f0f | frerot | completed hijacking of PolonskyKeer by Kato | Apr 11 2019 | |||
301deea6ae90 | frerot | implemented saturated solver | Apr 10 2019 | |||
23ec89441337 | frerot | implemented accelerated fixed point solver | Apr 5 2019 | |||
a240eb50bf7e | frerot | added simple logging capabilities | Apr 5 2019 | |||
3e2bb81840fb | frerot | replaced registered fields with shared pointers | Mar 13 2019 | |||
74b9233dc365 | frerot | changed license to Affero GNU General Public License | Mar 5 2019 | |||
744f0918bc36 | frerot | added hdf5 dumper | Feb 12 2019 | |||
ebf41030efea | frerot | last changes to make plasticity work in voigt | Feb 6 2019 | |||
d9274768fd3c | frerot | added relaxation parameter as member of EPICSolver | Jan 15 2019 | |||
1208ebbac10d | frerot | setting output to zero when applying volume operator | Jan 14 2019 | |||
bf00d1585d7e | frerot | added tolerance manager decorator for dfsane solver | Oct 31 2018 | |||
0a3d028d00c9 | frerot | [TEMP] modifications for stability of EPIC solver | Oct 29 2018 | |||
797f71620eb8 | frerot | reorganized solvers | Oct 27 2018 | |||
9794e8fb7b7f | frerot | no automatic dump on solve anymore | Oct 25 2018 | |||
f0619f7851b3 | frerot | added std::vector to possible argument for solve | Oct 15 2018 | |||
75a8677b1ae8 | frerot | call update state of epsolver instead of residual | Oct 15 2018 | |||
5f7917338a68 | frerot | fixed unsed capture warnings | Oct 12 2018 | |||
798e66ffc3c8 | phamba | modified tangential solvers to be scale independant | Oct 9 2018 | |||
f0920a54f632 | phamba | removed references to variable in loops | Oct 4 2018 | |||
2a90e32b43b2 | frerot | fixed tangential test? | Oct 4 2018 | |||
053307f5c103 | frerot | revert remove solve from contact solver | Oct 4 2018 | |||
76105868d1ea | frerot | compiling with clang | Oct 4 2018 | |||
dc3e9a8e1225 | frerot | added ranges and changed loops | Oct 2 2018 | |||
6d2482be935f | frerot | extra warnings | Sep 24 2018 | |||
a0c4b0f94965 | frerot | corrected implementation of epic solver | Sep 18 2018 | |||
09c22dd39600 | frerot | Merge branch 'features/plasticity' | Aug 22 2018 | |||
458356c3b7e2 | frerot | solved non-zero traction when inclusion at surface bug | Aug 21 2018 | |||
b3853900b04d | frerot | silenced clang 6 warnings | Jul 26 2018 | |||
04bc2b70bc8e | frerot | implemented "correct" EPIC | Jul 13 2018 | |||
41b01f96e5a7 | frerot | python extension for EPSolver | Jul 11 2018 | |||
2dd9b1f6c9ce | frerot | replaced shared_ptrs for operators in Model by unique_ptrs | Jul 11 2018 | |||
0b4ad5c6c8b9 | frerot | tentative implementation of EPIC solver | Jul 10 2018 | |||
723a6d08aafc | frerot | registering operators for PKR in model | Jul 10 2018 | |||
8c84d4417a12 | frerot | added solvers for EPIC | Jul 10 2018 | |||
041a138ea604 | frerot | sanity check on surface in solver | Jul 9 2018 | |||
7c407b92623d | phamba | moved computeGradient method to kato.hh | Jul 5 2018 | |||
584a8e1e7932 | phamba | moved method definition to header in kato.hh | Jul 4 2018 | |||
e4452faac64f | frerot | Polonsky can act on views of model fields | Jul 2 2018 | |||
297e544e0fc9 | phamba | Implemented Tresca friction for PK tangential solver | Jun 27 2018 | |||
1c342c8abb54 | phamba | Corrected Polonsky-Keer tangential solver (now a basic conjugate gradient… | May 7 2018 | |||
f1932ddcc907 | phamba | Condensed algorithm for Polonsky-Keer tangential solver | Apr 30 2018 | |||
695b2fe97169 | phamba | Corrected gradient for solvers driven in pressure (except Polonsky-Keer… | Apr 30 2018 | |||
e8dcc4e0dab8 | phamba | Corrected non convergence in Condat by centering h | Apr 27 2018 | |||
dfc6756f22b4 | phamba | Added term in functional of Condat solver, fixed non-zero gap problem | Apr 26 2018 | |||
6d603f129482 | phamba | Created regularized solver for Kato (not yet working) | Apr 26 2018 | |||
5ea2918b2e73 | phamba | Created Polonsky-Keer tangential solver files | Apr 25 2018 | |||
f8ec0e9e0b99 | frerot | registering operators in the needed spots | Apr 24 2018 | |||
792fb29e7440 | phamba | Changed template paramaters form 'type' to 'comp' | Apr 23 2018 | |||
128093a8ef39 | phamba | Added regularized projection of pressure on friction cone (still unused) | Apr 23 2018 | |||
5b38db71ba14 | phamba | Remove comp non-static member in Kato class | Apr 23 2018 | |||
f3b8e1402bfe | phamba | corrected lipschitz constant calculation | Apr 20 2018 | |||
56fdc58c2b0b | phamba | corrected final gap shifting | Apr 13 2018 | |||
5695d3c20490 | phamba | added parameters for solve functions | Apr 13 2018 | |||
075c8d026736 | phamba | implemented Condat solver | Apr 13 2018 | |||
7d2b9760c069 | phamba | use static type VectorProxy | Apr 12 2018 | |||
a28f371099a3 | phamba | created Condat solver files | Apr 12 2018 | |||
6590a3480cc0 | phamba | corrected gap offset | Apr 12 2018 | |||
c1de0cb3b050 | phamba | implemented Beck-Teboulle solver | Apr 11 2018 | |||
df694d4c1f95 | phamba | added method in engine to compute L2 norm of influence | Apr 11 2018 | |||
88813026acd5 | phamba | created templates for kato solve functions | Apr 11 2018 | |||
7448bf9d6ca1 | phamba | created Beck-Teboulle solver files | Apr 11 2018 | |||
a4b5610024b0 | phamba | rewrite loops with Loop::stridedLoop | Apr 11 2018 | |||
871ca398a8c6 | phamba | set uniform initial pressure | Apr 10 2018 | |||
8b5fece0516e | phamba | Revert "setup for testing influences" | Apr 10 2018 | |||
44877ef96c21 | phamba | setup for testing influences | Apr 10 2018 | |||
a909c00bc1c8 | frerot/phamba | implemented tangential kato solver | Apr 10 2018 | |||
356b5974ef35 | phamba | Tests | Apr 10 2018 | |||
acca7796f2db | phamba | Test | Apr 10 2018 | |||
2620a4eb7981 | phamba | Added method to compute mean of GridBase per component | Apr 10 2018 | |||
561cbfbcee77 | phamba | Tests | Apr 10 2018 | |||
a2cbdc79e6cb | phamba | Created Kato solver files | Apr 10 2018 | |||
f3fccdcfc1d3 | frerot | factorized some code in solvers | Mar 25 2018 | |||
871bdca33c95 | frerot | using unique pointers where possible | Mar 25 2018 | |||
ba6c1de7c812 | frerot | fixed repeat solve bug + corrupt fft plans bug [temp fix] | Mar 23 2018 | |||
fb9337f5e5e1 | frerot | fixed segmentation fault when adding adhesion functionals | Mar 22 2018 | |||
e722836a68b2 | frerot | some cleanup | Mar 16 2018 | |||
cd034e49e5c8 | frerot | fixed memory errors + restored compatibility | Mar 8 2018 | |||
f394931cca31 | frerot | moved to shared_ptr for meta functional list elements | Mar 5 2018 | |||
0733646b1821 | frerot | fixed PKR algo for adhesion | Mar 5 2018 | |||
99e8b8cff2f4 | frerot | running adhesion example, but problem with final state of solution | Mar 2 2018 | |||
3b4e6d404c40 | frerot | porting adhesion functionals to new code | Mar 1 2018 | |||
05cb094fac6a | frerot | suppressed some compile errors with nvcc | Nov 29 2017 | |||
67e961750934 | frerot | correct handling of gradient conditions in PKR | Nov 14 2017 | |||
9f1e91288a10 | frerot | saner code (const-correctness + defaults) | Nov 9 2017 | |||
b6fe91b593c4 | frerot | clarifying side effects in functionals | Nov 9 2017 | |||
3927fa639a53 | frerot | passed clang-format on whole repository | Nov 5 2017 | |||
2be5a950ade8 | frerot | getting the cuda loops to compile (return of the lambda) | Oct 31 2017 | |||
c952c8e72bb7 | frerot | trying to adapt code to cuda | Oct 30 2017 | |||
d75a65d09d21 | frerot | removed Loop singleton | Oct 30 2017 | |||
a79f64962579 | frerot | added @file tag for documentation | Oct 26 2017 | |||
a757e2311dc9 | frerot | rewrote polonsky with lambda-loops | Oct 26 2017 | |||
393b17a3c8bb | frerot | new PolonskyKeerRey is working in pressure and gap | Jul 31 2017 | |||
4e360c83523a | frerot | removed old bems from compilation, implemented PolonskyKeerRey | Jul 26 2017 | |||
c7914110a1f2 | frerot | added contact solver base class | Jul 25 2017 |
c4science · Help