tamaas/pythonmaxwell_viscoelastic…
tamaas/python
maxwell_viscoelastic…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
877325144b56 | frerot | fixed package copying | Oct 19 2018 | |||
e43a3ff3c1fe | frerot | added random phase generator | Oct 19 2018 | |||
1747e6afa6ac | frerot | changed python module hierarchy and build recipe | Oct 19 2018 | |||
f0619f7851b3 | frerot | added std::vector to possible argument for solve | Oct 15 2018 | |||
3780d406d85e | frerot | computation of stresses in stress array | Oct 5 2018 | |||
5de1d5815970 | frerot | added working plasticity example | Oct 4 2018 | |||
f05231f61011 | frerot | added dumpers and nonlinear solvers implemented in python | Oct 4 2018 | |||
cdc295bb0abc | frerot | cleaning up SConscripts | Sep 26 2018 | |||
6d2482be935f | frerot | extra warnings | Sep 24 2018 | |||
eb0ce5c8c0fb | frerot | added tangent for newton-raphson | Sep 10 2018 | |||
b77216c180fc | frerot | added tolerance to EPIC solver | Sep 3 2018 | |||
02f13cff89c6 | frerot | correct LEGACY_BEM define | Aug 23 2018 | |||
c3690592204b | frerot | typo | Aug 22 2018 | |||
fd978d29c28d | frerot | Merge branch 'features/plasticity' | Aug 22 2018 | |||
5ee43d76ed72 | frerot | Merge branch 'features/plasticity' of lsmspc3.epfl.ch:Documents/tamaas into… | Aug 22 2018 | |||
f626cea9afdc | frerot | do not compile legacy bem with intel compiler | Aug 22 2018 | |||
09c22dd39600 | frerot | Merge branch 'features/plasticity' | Aug 22 2018 | |||
458356c3b7e2 | frerot | solved non-zero traction when inclusion at surface bug | Aug 21 2018 | |||
715430a6b313 | frerot | more modularity in pybind11 files | Aug 16 2018 | |||
b07178f4b5d4 | frerot | better python wrap of applyElasticity | Jul 23 2018 | |||
d297e4ce8a94 | frerot | added elasticity test and possibility of using int. operators in python | Jul 20 2018 | |||
c1dacaa1236b | frerot | added setup.py | Jul 20 2018 | |||
e24c0b36530c | frerot | raising exception on import error | Jul 20 2018 | |||
04bc2b70bc8e | frerot | implemented "correct" EPIC | Jul 13 2018 | |||
41b01f96e5a7 | frerot | python extension for EPSolver | Jul 11 2018 | |||
b4245bcc71f3 | frerot | added dump possibility to model | Jul 10 2018 | |||
0b4ad5c6c8b9 | frerot | tentative implementation of EPIC solver | Jul 10 2018 | |||
77af54d36450 | frerot | wrapping residual | Jul 9 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 | |||
dc0038dad392 | frerot | added functions for plasticity in python | Jun 1 2018 | |||
838b4d345cb1 | frerot | implemented Boussinesq volume operator | May 31 2018 | |||
96bf0cc68b29 | frerot | implemented linear isotropic hardening | May 30 2018 | |||
6f25c48792a6 | frerot | implemented (and validated!) mindlin gradient | May 28 2018 | |||
eb632776f781 | frerot | added mindlin class | May 22 2018 | |||
163d19433861 | frerot | prepared code for Kelvin order 4 | May 2 2018 | |||
04a90ab9ed5d | frerot | wrote kelvin order 3 | May 1 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 | |||
795825fc5b1c | frerot | better import error message | Apr 24 2018 | |||
d1c5d0562f83 | frerot | changed integral operator kind + kelvin as integral operator | Apr 24 2018 | |||
5695d3c20490 | phamba | added parameters for solve functions | Apr 13 2018 | |||
a28f371099a3 | phamba | created Condat solver files | Apr 12 2018 | |||
7448bf9d6ca1 | phamba | created Beck-Teboulle solver files | Apr 11 2018 | |||
a4b5610024b0 | phamba | rewrite loops with Loop::stridedLoop | Apr 11 2018 | |||
a909c00bc1c8 | frerot/phamba | implemented tangential kato solver | Apr 10 2018 | |||
2620a4eb7981 | phamba | Added method to compute mean of GridBase per component | Apr 10 2018 | |||
561cbfbcee77 | phamba | Tests | Apr 10 2018 | |||
e70a86fc89cc | phamba | Updated python wrapper | Apr 10 2018 | |||
0d4a6a6379a1 | frerot | testing Kelvin volume force potential | Apr 3 2018 | |||
e8a5ca404b06 | frerot | implemented print for models | Apr 3 2018 | |||
8b2839952a16 | frerot | added test_features submodule to python interface | Apr 3 2018 | |||
f3fccdcfc1d3 | frerot | factorized some code in solvers | Mar 25 2018 | |||
b9d7bd23002c | frerot | made tamaas info available in python | Mar 25 2018 | |||
2e3b93674788 | frerot | correct handling of hermitian grid by pybind | Mar 24 2018 | |||
97cbaba6111f | frerot | fixed build bug of link of _tamaas.so happening too early | Mar 23 2018 | |||
fb6384b7bf0f | frerot | added possibility to extend filter class in python | Mar 22 2018 | |||
b1d76079b6e0 | frerot | rewrote GridView for contiguous data + test of wavevectors generation | Mar 21 2018 | |||
8bfd968b3faa | frerot | wrapping missing methods in core (Statistics) | Mar 20 2018 | |||
4eec140f3be0 | frerot | proper detection of pybind11 and GTest | Mar 14 2018 | |||
d39acbc1cd9e | frerot | made it possible to inherit Functional class in python | Mar 13 2018 | |||
cd034e49e5c8 | frerot | fixed memory errors + restored compatibility | Mar 8 2018 | |||
24c86549be3e | frerot | wrapping adhesion functionals | Mar 8 2018 | |||
9653f874d0f6 | frerot | removed swig (swig is DEAD! let us sing on its corpse!) | Mar 7 2018 | |||
511f8f3f957d | frerot | wrapping old BEM and added some comments | Mar 7 2018 | |||
af94be1267cc | frerot | potential fix to a conversion problem with GridHermitian | Mar 7 2018 | |||
5ad7e31c1c5e | frerot | wrapped most of modern Tamaas | Mar 7 2018 | |||
4ef018c79b67 | frerot | added type casters for pybind11 | Mar 7 2018 | |||
b7c8f6979d6b | frerot | passing the flood fill test | Mar 6 2018 | |||
c46ef4573c24 | frerot | wrapping percolation module | Mar 6 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 | |||
965538b78f0d | frerot | making everything work on my new system | Dec 13 2017 | |||
d01e5c973ef6 | frerot | clearer moments code | Nov 15 2017 | |||
e5efef4d3c7c | frerot | added computation of moments (TODO implement correct test) | Nov 15 2017 | |||
bbd990f626b4 | frerot | cleanup + compatibility with clang | Nov 9 2017 | |||
2be5a950ade8 | frerot | getting the cuda loops to compile (return of the lambda) | Oct 31 2017 | |||
0ca44f94ddd0 | frerot | added Statistics class | Oct 26 2017 | |||
644138f89dd8 | anciaux | making it python3 for print function | Oct 10 2017 | |||
2a56e9fac13e | frerot | added C++ tests with Criterion framework | Sep 20 2017 | |||
bb4edbe26ad3 | anciaux | renaming | Sep 11 2017 | |||
3c976f436924 | frerot | reintroduced old bems for compatibility, but they should be marked as deprecated | Jul 31 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 | |||
d7454eb3500b | frerot | models are accessible through the python interface, with guessing of numpy… | Jul 24 2017 | |||
5f4b2bcfb83f | frerot | move constructors for hermitian and surface complex + cosmetics | Jul 17 2017 | |||
78272aecbf21 | frerot | added move constructors and assignment operators | Jul 14 2017 | |||
874c6a45eb65 | frerot | changed typedefs and inline iterator operations | Jul 12 2017 | |||
0b6954e73abe | frerot | fixing python wrapper for (c)array arguments and silencing warnings | Jul 11 2017 | |||
79e8c6474918 | frerot | verbose on python and fftw versions | Jul 5 2017 | |||
b93714ef58f5 | frerot | adapting tests to python 3 and cleanup | Jul 3 2017 | |||
ff68685a23a3 | frerot | added possibility to choose python executable for wrapper generation | Jul 3 2017 | |||
274baa732d6a | frerot | setup for detecting and build python3 wrapper | Jul 3 2017 | |||
70266b50859e | frerot | added 1D surface generators | Jun 28 2017 | |||
f32556605875 | frerot | added parameter helper | Jun 21 2017 | |||
f05be88c05d7 | frerot | made "convertGrid" unecessary | Jun 21 2017 | |||
0e9a9f1f8405 | frerot | removed map_2d_square | Jun 20 2017 | |||
87f2d0f8cfb1 | frerot | removed Map2d and old flood-fill + added functionalites to spectrum | Jun 20 2017 | |||
071c7b910a75 | frerot | reforged surface generators | Jun 19 2017 | |||
5c85177d53e6 | frerot | changed structure of surface generators (WIP but usable) | Jun 16 2017 |
c4science · Help