muSpectre/testsfeat/ProjectionError_T1…
muSpectre/tests
feat/ProjectionError_T1…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
1fe880c12733 | D162 | junge | Removed the FieldCollection alias | Feb 24 2018 | ||
2f84baf3e899 | junge | Efficient logm and const correctness bug in MaterialMuSpectre fixed | Feb 22 2018 | |||
1d0dc43a82d1 | junge | Compatibility with gcc 5.4 | Feb 22 2018 | |||
aeb858290a83 | D161 | RLeute | Included a material with distribution of stiffness properties | Feb 21 2018 | ||
87f5a158af50 | junge | Merge with feat/eigenstrain_T1830 | Feb 12 2018 | |||
f26b16ccc17b | junge | Squashed commit with the setup of documentation: | Feb 3 2018 | |||
84a3bfa99993 | junge | streamlined the solver interface and added all Eigen solvers | Jan 21 2018 | |||
d2def4796a54 | junge | Replacing the cg by eigen's implementation is promising | Jan 19 2018 | |||
5d0691f92a3f | junge | Inaccuracy in small strain still not found | Jan 19 2018 | |||
2469c510e287 | junge | Projections compared 1 by 1. | Jan 19 2018 | |||
b26bed971c61 | junge | confirmed comparison for small strain projections | Jan 19 2018 | |||
2a473b1926d0 | junge | confirmed comparison for finite strain projections | Jan 18 2018 | |||
6f1cdb4f63e4 | junge | working on comparison between projections | Jan 18 2018 | |||
e324dbe246d5 | junge | Started working on Projection checks | Jan 18 2018 | |||
94e2f83651aa | junge | FFT_engine accuracy checks added to tests | Jan 18 2018 | |||
fb3a30f7d8f0 | junge | directional stiffness in small strain inconsistent with python ref | Jan 17 2018 | |||
36974c21367c | junge | Inconsistency in small strain projection: mean() moves over time | Jan 16 2018 | |||
a8674aa8639c | junge | Verified and fixed projection. Still conditional convergence | Jan 16 2018 | |||
852b438f4941 | junge | minor changes to make for the test suite. ready for merge into main | Jan 16 2018 | |||
eea5258d021e | junge | Python bindings reached first useable stage | Jan 15 2018 | |||
384b82a2dca1 | junge | statically typed, dynamically sized field for python bindings | Jan 15 2018 | |||
01f64a9f34bd | junge | Fixed py memory corruption due to default move constructor of System | Jan 15 2018 | |||
f07cfa2f1785 | junge | Added small-strain projection, tests do not yet pass | Jan 14 2018 | |||
2e258df0940d | junge | Found bug is small-strain shear patch test! | Jan 12 2018 | |||
f6897ca750f3 | junge | Merge branch 'master' into feat/python-base | Jan 12 2018 | |||
e5f596d90b4e | junge | cleanup clang ignored weffc++ | Jan 11 2018 | |||
5107cf61d85f | junge | now works with gcc 5 | Jan 11 2018 | |||
a0f4aaca23e6 | junge | work on python bindings. still very incomplete | Jan 11 2018 | |||
c420b2793bac | junge | added python testing base | Jan 9 2018 | |||
45f88ba2c8e4 | junge | added GNU GPL text and cleaned up the file headers some | Jan 8 2018 | |||
73a44dd8a595 | junge | Small-strain patch test passes, yay! | Jan 7 2018 | |||
1fa724724806 | junge | Now compiles also in clang 4 and 5 | Jan 5 2018 | |||
f49335d9fb9e | junge | rolled back change to strided fields, added striding tests | Jan 3 2018 | |||
e8e9ce5f47c6 | junge | intermediate mess, changing to strided fields | Jan 3 2018 | |||
a6aaabbe301f | junge | Solvers now consistent and yield same result as prototype | Dec 30 2017 | |||
a5e7efd534ef | junge | still bug in solver, bug fixed a const-correctness bug | Dec 25 2017 | |||
7d96cf2dcc39 | junge | bug in solver. is projection correct? | Dec 22 2017 | |||
61245bc39a2c | junge | put solver cg and test in place, tests not yet ready | Dec 20 2017 | |||
31be66493707 | junge | started solver cg | Dec 20 2017 | |||
70bb8dad49b9 | junge | system tested | Dec 18 2017 | |||
6f64b9318dc3 | junge | system tests still don't pass | Dec 17 2017 | |||
580b74d3d634 | junge | system factory added tests don't pass | Dec 15 2017 | |||
1ae30e7ae997 | junge | wrote system_base, tests not yet ready. | Dec 14 2017 | |||
1093901cde70 | junge | Fast alternative projection for finite strains tested | Dec 13 2017 | |||
270eecffb471 | junge | Added fast alternative, but tests fail | Dec 12 2017 | |||
7a6df6e5b6b6 | junge | Projection for finite strain projects gradient on itself | Dec 12 2017 | |||
bfa314ab2ddd | junge | completed tests for ccoord_operations, projection tests still buggy | Dec 11 2017 | |||
3398dd0c070a | junge | fft_utils tested and functional | Dec 11 2017 | |||
94791ba5ac6a | junge | added physical size to projection & fft_freqs computations, untested | Dec 11 2017 | |||
642827c4e30f | junge | tests for gradient projection fail | Dec 8 2017 | |||
ae3798cc466c | junge | started tests for the finite strain projection operator | Dec 7 2017 | |||
2698a195ecbd | junge | still sketching out projections | Dec 6 2017 | |||
778994fe120d | junge | fftw engine tested and functional | Dec 5 2017 | |||
a6b5e026bc00 | junge | intermediate test fails | Dec 5 2017 | |||
8b1180ccf970 | junge | sketched out fftw_engine | Dec 3 2017 | |||
1f24dca2c71c | junge | MaterialHyperelastic1 core use fully tested | Nov 30 2017 | |||
96e8df9d1b19 | junge | Still on isolated bug, but replaced boost::combine by akantu::zip | Nov 30 2017 | |||
47429d41d2b8 | junge | isolated bug: constitutive law with tangent has memory access prob | Nov 29 2017 | |||
d8f259673da1 | junge | multiple additions; tests for materialhyperelastic1 not yet done | Nov 29 2017 | |||
5e28c2bfc0df | junge | adding tests for MateriaHyperElastic1 (not complete) | Nov 28 2017 | |||
28bba99d1475 | junge | adding tests for MateriaHyperElastic1 (not complete) | Nov 28 2017 | |||
d0171c23b9ca | junge | Tensor algebra fully tested | Nov 28 2017 | |||
69227dc36ac7 | junge | materials toolbox tested and cleaned up some | Nov 27 2017 | |||
787cae8b0ac1 | junge | added tests to materials_toolbox. not yet complete | Nov 27 2017 | |||
442f41dc869d | junge | redoing the iterable | Nov 24 2017 | |||
c6384cde0ea8 | junge | Struggling with T4Map, might not have been the best idea | Nov 22 2017 | |||
2e660ccaae21 | junge | Getting closer, but convenient interface still non-functional | Nov 21 2017 | |||
90ba89a2b055 | junge | added fourth order tensor map based on matrices, intermediate state | Nov 20 2017 | |||
73f7c1c737f7 | junge | started generic material structure | Nov 17 2017 | |||
d89ba355b501 | junge | Turns out that Eigen Tensors might be a bad choice | Nov 5 2017 | |||
18c00849ecfa | junge | fixed field collections | Nov 5 2017 | |||
3aef164c9796 | junge | added tensor algebra stubs and material toolbox stubs (unsigned) | Nov 5 2017 | |||
0b20f57bbf82 | junge | initial import | Nov 1 2017 |
c4science · Help