tamaas/pythonpetsc
tamaas/python
petsc
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
bc76dcdf97fe | frerot | added method in FFTransform to fill a grid with modevectors | Jun 15 2017 | |||
b445d515369b | frerot | added flood fill | Jun 14 2017 | |||
16f1a58beb89 | Valentine | gigpol pressure driven | Nov 16 2016 | |||
452868de8595 | Valentine | pouletMerge branch 'master' of lsmssrv1.epfl.ch:tamaas | Nov 8 2016 | |||
ba213d9f2804 | Valentine | ajout fonctionnelle d adhesion | Nov 8 2016 | |||
bdd74f6bd492 | frerot | added rpath to _tamaas.so and better tests | Sep 7 2016 | |||
9c03f79dd782 | frerot | corrected GridForPython constructor | Sep 1 2016 | |||
562a3d65fd33 | frerot | added condat algorithm | Aug 24 2016 | |||
a8bd271f108b | frerot | added Beck-Teboulle algorithm | Aug 22 2016 | |||
79cdc7a0e5f9 | frerot | Doc update and swig warning fixed | Aug 19 2016 | |||
39d73c5d985b | frerot | added kato implementation for frictional contact | Aug 16 2016 | |||
79e0fbd3374b | frerot | implementation of new shear polonsky algo | Aug 8 2016 | |||
d0027c36fb99 | frerot | correct numpy includes and removed sign warning | Aug 2 2016 | |||
24d9902c9607 | frerot | bug fixes in bem_grid | Jul 26 2016 | |||
5e98738ebc7a | frerot | simplified sanity check | Jul 22 2016 | |||
cbc6a47cd82e | frerot | added type sanity check on numpy input conversion | Jul 22 2016 | |||
1fea96395527 | frerot | warning cleanup for swig | Jul 8 2016 | |||
303235694413 | frerot | added iterators to grids, setup for tangential contact | Jul 5 2016 | |||
698385d0fce3 | frerot | adapted fft plans to grids | Jun 29 2016 | |||
1e2f6d66021b | frerot | added hermitian grids | Jun 29 2016 | |||
44ce7d58f5dc | frerot | added test for ffts | Jun 28 2016 | |||
05ea2ef43623 | frerot | added bem_grid and grid python wrapping | Jun 27 2016 | |||
902046f68519 | Valentine | clean stopping criterion for gigipol, adhesion test | Jun 24 2016 | |||
71e458cea544 | frerot | wrapping complex grid | Jun 17 2016 | |||
d65c3b324a47 | frerot | integration of new functionals | Jun 17 2016 | |||
4ffcbbdeb112 | frerot | implemented new functionals | Jun 17 2016 | |||
5752da66107a | frerot | operators on grid replace map2d operators | Jun 16 2016 | |||
9ac792c832f9 | frerot | added grid base class | Jun 15 2016 | |||
7c351ab1949b | anciaux | refactor the fftw detection | Jun 14 2016 | |||
fd0e37284647 | Valentine | It is finally working : use gigipol Merge branch 'master' of lsmssrv1.epfl.ch… | May 11 2016 | |||
4319bd405f56 | Valentine | Lot of contact algo | May 11 2016 | |||
12ff319b671d | frerot | added FFTransform class to handle real FFTs | May 4 2016 | |||
48acd2ecb5b0 | anciaux | cleaning the compilation output | May 2 2016 | |||
0aa7aca17b0a | anciaux | merging things with lucas developments for namespace in particular | May 2 2016 | |||
1a19572edf49 | anciaux | modifying the namespace strategy from lucas | May 2 2016 | |||
78561d5f35f1 | anciaux | modifying the namespace strategy from lucas | May 2 2016 | |||
2b5aae539642 | frerot | corrected bugs in swig wrapping from SurfaceForPython | Apr 29 2016 | |||
afbb6f1190e2 | anciaux | correct SmartPointer assign problem | Apr 29 2016 | |||
e894b221dd5a | frerot | added tamaas namespace | Apr 29 2016 | |||
dade6802e791 | frerot | Merge branch 'master' into fftw_plans | Apr 29 2016 |
c4science · Help