tamaas/srcmaster
tamaas/src
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
32977d6d20b0 | frerot | allowing change of integration method in python + appropriate testing | Apr 16 2020 | |||
66893ed4c2da | frerot | fixed cutoff integration [passes tests] | Apr 16 2020 | |||
668b7ec50e70 | frerot | fixed segfault | Apr 15 2020 | |||
4554024e4d17 | frerot | finished implementing mindlin with cutoff [segfault on test] | Apr 13 2020 | |||
2a65f7fa885d | frerot | implemented cutoff integration method [to be tested] | Apr 13 2020 | |||
1839e25c4cc7 | frerot | added range over elements to accumulator class | Apr 11 2020 | |||
391e40f8eb10 | frerot | better framework for coexisting integration methods | Apr 11 2020 | |||
46cdc6715ce0 | frerot | added framework for coexisting integration methods in kelvin | Apr 10 2020 | |||
131906bb58cc | frerot | added compile option to remove legacy code | Apr 1 2020 | |||
87d3010da906 | frerot | avoid nans in equilibrium loop in kato saturated | Apr 1 2020 | |||
72dcac543f03 | frerot | adapted isopowerlaw exponent for 1d surfaces | Dec 6 2019 | |||
903a03968664 | frerot | added -pedantic to compile flags (except pybind11) | Oct 4 2019 | |||
374ff2b778cf | frerot | [lint] performance suggestions from clang-tidy | Oct 4 2019 | |||
c12ade2646ab | frerot | [lint] removed dead code in surface stats | Sep 24 2019 | |||
35997c97068f | frerot | linting on modernize-* rules in clang-tidy | Sep 24 2019 | |||
1372165db991 | frerot | adding move operations on iterators | Sep 24 2019 | |||
90ab1d844e5d | frerot | setting previous pressures from model | Sep 1 2019 | |||
8f348be2168f | frerot | removed unecessary omp.h header in legacy bem_fft_base | Aug 15 2019 | |||
db0e2e12a4a3 | frerot | keeping openmp when tbb enabled because of tamaas::initialize | Aug 13 2019 | |||
cd016f434e5f | frerot | added option to compile with TBB thrust backend | Aug 13 2019 | |||
57d91d59d23f | frerot | added flood-fill for 1D | Aug 5 2019 | |||
32da06a0d51a | frerot | fixed issues with long double warnings | Jul 29 2019 | |||
3842898f7a1d | frerot | necessary changes to make tests pass in long double | Jul 25 2019 | |||
90e9cdc70ad2 | frerot | typed DEFAULT_ALLOCATOR macro | Jul 25 2019 | |||
17e2e4873937 | frerot | added support for long integers and long doubles | Jul 24 2019 | |||
10037a017efb | frerot | adapted code to allow a change in integer type | Jul 24 2019 | |||
05f6175eafb9 | frerot | moved eigenvalues computation to separate submodule + vonMises | Jul 10 2019 | |||
4e71904bd6cf | frerot | safer interval search | Jul 5 2019 | |||
53030a7c57b6 | frerot | better solution than the dichotomy | Jul 4 2019 | |||
401dbef4f803 | frerot | added dichotomy to KatoSaturated::enforceMeanValue | Jul 4 2019 | |||
0c1d39d9afcb | frerot | update of hrms in pkr solver at beggining of solve | Jun 27 2019 | |||
41fed3ca52fe | frerot | correct swap for sigma_0 and hardening | Jun 20 2019 | |||
5cff76969a2b | frerot | implemented surface change from residual saturated displacements | Jun 19 2019 | |||
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 | |||
4e2fe1bf852c | frerot | registered total strain as field for model dump | Apr 30 2019 | |||
24f363c4113e | frerot | corrected stress computation when plastic strain is updated | Apr 30 2019 | |||
2d5d7aabb8b4 | frerot | added possibility to dump all fields of a model | Apr 30 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 | |||
9421fbf34ead | frerot | python mode indication for scons files | Apr 2 2019 | |||
e32b40407aef | frerot | added logo and updated documentation | Apr 1 2019 | |||
5c99be7b00c2 | frerot | fixed eigenvalues + proper test | Mar 14 2019 | |||
73057c1f714c | frerot | added eigenvalue computation on fields | Mar 13 2019 | |||
3e2bb81840fb | frerot | replaced registered fields with shared pointers | Mar 13 2019 | |||
dea0fa68046b | frerot | added invariants and eigenvalues for order 3 tensors | Mar 11 2019 | |||
788bb35f3844 | frerot | no need to manually synchronize in later thrust versions | Mar 11 2019 | |||
3e03bbe1b57b | frerot | allowed stripping of build info in binary | Mar 11 2019 | |||
87e6e671c042 | frerot | added volume flood fill | Mar 8 2019 | |||
b0470d99e22c | frerot | sfinae on operator() for grids | Mar 8 2019 | |||
ddb3f4920c12 | frerot | added utf8 to python modules used by scons | Mar 5 2019 | |||
74b9233dc365 | frerot | changed license to Affero GNU General Public License | Mar 5 2019 | |||
dc7ef4e3f247 | frerot | minor edit | Mar 1 2019 | |||
04f8a8d57a63 | frerot | explicit error message in BEEngine if operator is not registered | Mar 1 2019 | |||
f31c0b36e5f4 | frerot | added registering volume operators to model factory | Mar 1 2019 | |||
257c769ec25d | frerot | fixed overflow bug in flood fill | Feb 27 2019 | |||
6272072c37e9 | frerot | adding build_type to the python module | Feb 27 2019 | |||
ecb096dd34da | frerot | added computation of perimeter in flood fill | Feb 26 2019 | |||
e7c9f396158e | frerot | better memory management of filters + better tests | Feb 26 2019 | |||
be78e2255e2b | frerot | adding regularized surface spectrum | Feb 25 2019 | |||
f003e6a0fd88 | frerot | fixing integer division in spectrum moments | Feb 25 2019 | |||
03b3153e4183 | frerot | after two years, I have fixed the surface statistics ! | Feb 22 2019 | |||
a8432e633e62 | frerot | fixing compile error | Feb 20 2019 | |||
ede9def911e3 | frerot | added unary - operator to static types | Feb 20 2019 | |||
744f0918bc36 | frerot | added hdf5 dumper | Feb 12 2019 | |||
50f3aaaf19e1 | frerot | removed conic utilities | Feb 8 2019 | |||
2ced3ac28e8b | frerot | better error message of range components mismatch | Feb 7 2019 | |||
ebf41030efea | frerot | last changes to make plasticity work in voigt | Feb 6 2019 | |||
b4eaf27d3aa3 | frerot | converted the rest of model/ to voigt notation, tests passing | Feb 6 2019 | |||
c23abaf90bd2 | frerot | modified some model behavior for voigt notation (WIP) | Feb 6 2019 | |||
896160b98a46 | frerot | fixed link error in debug | Feb 6 2019 | |||
14a4e8181b5e | frerot | made modifications to integral operators for voigt notation | Feb 5 2019 | |||
b131c655a463 | frerot | added conic algebra operators | Feb 5 2019 | |||
c22c583bc15f | frerot | added symmetric matrix class in Mendel notation | Feb 1 2019 | |||
5fbd7159a327 | frerot | c++14 in static types | Jan 23 2019 | |||
cb32d6d45bec | frerot | minor adds to setup.py | Jan 17 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 | |||
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 | |||
bc7404956c58 | frerot | added static assert for container type in ranges + headless range | 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 | |||
a3440d0b151d | frerot | final array class | Dec 6 2018 | |||
e133c2920e0a | frerot | const correctedness of model dumper and integral op methods | Dec 5 2018 | |||
9e11e6f1d3f0 | frerot | added get points for cluster | Nov 19 2018 | |||
f1f062e5e239 | frerot | added get points for cluster | Nov 19 2018 | |||
675ebdccdcb0 | frerot | added shift operator to dumpers | Nov 14 2018 | |||
1006d5065cd2 | frerot | factorized power of q in influence | Nov 14 2018 |
c4science · Help