History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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