History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
14a4e8181b5e | frerot | made modifications to integral operators for voigt notation | Feb 5 2019 | |||
cb32d6d45bec | frerot | minor adds to setup.py | Jan 17 2019 | |||
1208ebbac10d | frerot | setting output to zero when applying volume operator | Jan 14 2019 | |||
e464edbbeb88 | frerot | we're back to being compatible with c++14 and g++ 6 | Jan 11 2019 | |||
9412b1f04716 | frerot | making code compile on g++ 7 | Jan 11 2019 | |||
8e67d5326645 | frerot | fixed mindlin. *fundamental corrections are back* | Jan 10 2019 | |||
b9f9e5cdecf5 | frerot | new implementation of boussinesq operator | Jan 9 2019 | |||
c23bec197f66 | frerot | moved initialize function to volume potential | Jan 9 2019 | |||
1f624a470d82 | frerot | added surface traction helper for kelvin (to be tested) | Jan 9 2019 | |||
9535a2e26ca8 | frerot | removed special treatment of fundamental mode | Jan 9 2019 | |||
1aae77ff573a | frerot | passing tests for accumulation of fundamental mode | Jan 9 2019 | |||
a0c15425abaa | frerot | passing backward integration test | Jan 9 2019 | |||
383b32a7e7be | frerot | added test for accumulation | Jan 8 2019 | |||
c74466647365 | frerot | partial implementation of new integration in Kevlin | Jan 7 2019 | |||
9c2793e41f9d | frerot | added litteral integration classes | Dec 19 2018 | |||
aa2e2f4f6caa | frerot | Merge branch 'master' into influence_rewrite | Dec 6 2018 | |||
e133c2920e0a | frerot | const correctedness of model dumper and integral op methods | Dec 5 2018 | |||
675ebdccdcb0 | frerot | added shift operator to dumpers | Nov 14 2018 | |||
1006d5065cd2 | frerot | factorized power of q in influence | Nov 14 2018 | |||
797f71620eb8 | frerot | reorganized solvers | Oct 27 2018 | |||
9f1e5f8c78d4 | frerot | list of dumpers in Model | Oct 19 2018 | |||
4c61bcf26659 | frerot | added interface for field access directly from model | Oct 19 2018 | |||
04197ce4290a | frerot | Merge branch 'master' of ssh://c4science.ch/source/tamaas | Oct 5 2018 | |||
3780d406d85e | frerot | computation of stresses in stress array | Oct 5 2018 | |||
6628f88100a3 | phamba | added influence for surface_1d | Oct 5 2018 | |||
76105868d1ea | frerot | compiling with clang | Oct 4 2018 | |||
06bf2e2b3b13 | frerot | changed c++ standard to 14 | Oct 3 2018 | |||
dc3e9a8e1225 | frerot | added ranges and changed loops | Oct 2 2018 | |||
2ad5beea03fc | frerot | avoiding tmp in influence | Oct 1 2018 | |||
a8a72ef7f9c6 | frerot | avoiding unnecessary complex mul in computeD* | Sep 28 2018 | |||
6d2482be935f | frerot | extra warnings | Sep 24 2018 | |||
3ec32bdde963 | frerot | correct computation of residual displacement | Sep 18 2018 | |||
ec6546ac9454 | frerot | added cutoff choice in LinearElement | Sep 14 2018 | |||
449133450753 | frerot | removed stranded cout | Sep 11 2018 | |||
194f68bb7912 | frerot | moved elastic helper to model.hh | Sep 11 2018 | |||
9c4f0b55fd55 | frerot | corrected tangent computation | Sep 11 2018 | |||
cbe0ff61a776 | frerot | removed cutoffs for boussinesq | Sep 10 2018 | |||
eb0ce5c8c0fb | frerot | added tangent for newton-raphson | Sep 10 2018 | |||
f3814a3f4895 | frerot | added filters to integral operators | Sep 5 2018 | |||
09c22dd39600 | frerot | Merge branch 'features/plasticity' | Aug 22 2018 | |||
8ac681a72d3d | frerot | solved non-decaying stresses bug from previous commit? | Aug 21 2018 | |||
458356c3b7e2 | frerot | solved non-zero traction when inclusion at surface bug | Aug 21 2018 | |||
06ba860add89 | frerot | simplified discontinuity term | Aug 16 2018 | |||
ee246eda4b73 | frerot | removed auto-bracelist construction for intel compiler | Jul 30 2018 | |||
06c28f84a3ab | frerot | correct computation of full space traction vector for Mindlin | Jul 27 2018 | |||
bb5802640359 | frerot | corrected implementation (passes the deep inclusion test) | Jul 26 2018 | |||
ee9781e08e12 | frerot | implemented element based integration of operators | Jul 26 2018 | |||
b3853900b04d | frerot | silenced clang 6 warnings | Jul 26 2018 | |||
b07178f4b5d4 | frerot | better python wrap of applyElasticity | Jul 23 2018 | |||
742753fc9ef0 | frerot | removed if constexpr | Jul 17 2018 | |||
04bc2b70bc8e | frerot | implemented "correct" EPIC | Jul 13 2018 | |||
2dd9b1f6c9ce | frerot | replaced shared_ptrs for operators in Model by unique_ptrs | Jul 11 2018 | |||
b4245bcc71f3 | frerot | added dump possibility to model | Jul 10 2018 | |||
bf4f1939268a | frerot | simpler allocation functions for grids | Jul 10 2018 | |||
5d56b71ba590 | frerot | registering integral operators in model | Jul 10 2018 | |||
77af54d36450 | frerot | wrapping residual | Jul 9 2018 | |||
fddfb365a80d | frerot | added residual class | Jul 9 2018 | |||
9e0aa1c75b5e | frerot | added generic factory function for model_type | Jul 9 2018 | |||
041a138ea604 | frerot | sanity check on surface in solver | Jul 9 2018 | |||
e4452faac64f | frerot | Polonsky can act on views of model fields | Jul 2 2018 | |||
21ee80e7da38 | frerot | fixed bugs in operators | Jun 26 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 | |||
53f5bd549c44 | frerot | cleanup in mindlin code | May 30 2018 | |||
fa76fdcc15a3 | frerot | rearranged kelvin helper classes | May 30 2018 | |||
b2c4fe7015a2 | frerot | factorized kelvin code | May 29 2018 | |||
6f25c48792a6 | frerot | implemented (and validated!) mindlin gradient | May 28 2018 | |||
997cfa5f7f53 | frerot | rearranged functions in Boussinesq | May 28 2018 | |||
2d08c295cce8 | frerot | fix for Boussinesq (for which I am unsure) | May 25 2018 | |||
52b3a8260dde | frerot | found the error in the math of convolution in Fourier space | May 24 2018 | |||
976b41b5299b | frerot | why d <-> dbar? wtf!!?? | May 23 2018 | |||
d3681ba40060 | frerot | tentative mindlin implementation (with wrong surface normal, but why??) | May 22 2018 | |||
eb632776f781 | frerot | added mindlin class | May 22 2018 | |||
d6bfa689f69f | frerot | corrected Kelvin4 implementation + constant shape integration | May 18 2018 | |||
6bf1e2439181 | frerot | fixed integration bug with change of variable | May 15 2018 | |||
a50b0852acac | frerot | tentative implementation of Kelvin4 | May 15 2018 | |||
163d19433861 | frerot | prepared code for Kelvin order 4 | May 2 2018 | |||
04a90ab9ed5d | frerot | wrote kelvin order 3 | May 1 2018 | |||
dd7d0c6c99c8 | frerot | implemented kelvin order 3 tensor | Apr 27 2018 | |||
23194b66cc18 | frerot | fixed new Kelvin operator | Apr 25 2018 | |||
e5c12687759c | frerot | implemented new kelvin | Apr 25 2018 | |||
d1c5d0562f83 | frerot | changed integral operator kind + kelvin as integral operator | Apr 24 2018 | |||
f8ec0e9e0b99 | frerot | registering operators in the needed spots | Apr 24 2018 | |||
966dd0718da2 | frerot | compiled refactoring of integral operators | Apr 22 2018 | |||
f3b8e1402bfe | phamba | corrected lipschitz constant calculation | Apr 20 2018 | |||
2d8966ce17e8 | frerot | added a cutoff for kelvin operator (HUGE SPEEDUP) | Apr 20 2018 | |||
a6218278f85b | frerot | reduced memory print of kelvin | Apr 20 2018 | |||
075c8d026736 | phamba | implemented Condat solver | Apr 13 2018 | |||
6a058ccd143c | frerot | correct implementation of Kelvin volume force potential! | Apr 12 2018 | |||
2b1298ba1b93 | frerot | fixed compile errors after merge | Apr 12 2018 | |||
972965c6e472 | frerot | Merge branch 'master' into features/plasticity | Apr 12 2018 | |||
8487750488f7 | phamba | Merge branch 'master' of ssh://c4science.ch/source/tamaas into… | Apr 12 2018 | |||
fb4f1b59a0c4 | frerot | added broadcast operators | Apr 12 2018 | |||
f40ea6813952 | frerot | re-introduced zero fundamental surface mode | Apr 12 2018 | |||
7d2b9760c069 | phamba | use static type VectorProxy | Apr 12 2018 | |||
0f5f5f96907d | phamba | Merge branch 'master' of ssh://c4science.ch/source/tamaas into… | Apr 12 2018 | |||
93e520e480b8 | frerot | static types correctly copy | Apr 11 2018 | |||
a39991975caa | frerot | introduced stack static types | Apr 11 2018 | |||
54673fc2b3c4 | frerot | moved old proxy types to legacy namespace | Apr 11 2018 |
c4science · Help