Graphfeat/split_tests_T2189
Graph
feat/split_tests_T2189
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
3b781c4548aa | D167 | afalsafi | amended the dependencies in the documenatation | Mar 13 2018 | |||
6d2a10904234 | junge | Fix for clang 6 and FFTW engine | Mar 13 2018 | ||||
b4cb16585ec0 | pastewka | WIP: Replace public resize with explicit pad size information in FieldBase | Mar 13 2018 | ||||
af6fe4b0838c | pastewka | Revert "WIP: Made 'resize' of Field* public. MPI FFTW needs to enlarge the… | Mar 13 2018 | ||||
47ee34680901 | pastewka | WIP: 0,0 grid locations resides on one of the MPI processes only. | Mar 13 2018 | ||||
2bc3f223ffd3 | pastewka | WIP: Enlarge workspace buffer size. | Mar 12 2018 | ||||
4c7b0a9182d0 | pastewka | WIP: Made 'resize' of Field* public. MPI FFTW needs to enlarge the underlying… | Mar 12 2018 | ||||
73227f25ca34 | pastewka | WIP: Pixels now knows about its (subdomain) location. Cell now knows about its… | Mar 12 2018 | ||||
ec9658d29131 | pastewka | WIP: Updated documentation strings | Mar 12 2018 | ||||
3aec5854ce6a | pastewka | WIP: Added locations and domain_resolutions getter | Mar 11 2018 | ||||
61c29d7aa0bc | pastewka | WIP: Transpose pixels for local grid collection | Mar 11 2018 | ||||
69269354677a | pastewka | WIP: Pixels class has now a 'transposed' template arguments, that tells it that… | Mar 11 2018 | ||||
7d0715fa3a89 | pastewka | WIP: Added MPI projection tests. | Mar 11 2018 | ||||
5fe9ac0f30af | pastewka | WIP: Code documentation. | Mar 11 2018 | ||||
52dd54d702df | pastewka | WIP: Switched MPI FFT test to FFTW. | Mar 11 2018 | ||||
bdffe49ba820 | pastewka | WIP: MPI FFTW with transposed output works. | Mar 11 2018 | ||||
134496a0631a | pastewka | WIP: MPI FFTW running on one process works. | Mar 9 2018 | ||||
9e8c21080050 | pastewka | Merge branch 'master' into feat/mpi | Mar 9 2018 | ||||
fe3b985a45d1 | pastewka | WIP: Introduced temporary padded input buffer. | Mar 9 2018 | ||||
5da4c1e565f9 | pastewka | WIP: Check whether plan has been created. | Mar 9 2018 | ||||
21380f6855fb | D166 | richart | Treating the headers in cmake | Mar 9 2018 | |||
e04e00a7da8a | pastewka | WIP: Apple Xcode fixes. | Mar 8 2018 | ||||
4c60859318c1 | pastewka | WIP: Remove material dimension from FieldCollections in MPI test. | Mar 8 2018 | ||||
d496d6dc66ef | pastewka | WIP: FFT_Engine_base -> FFTEngineBase | Mar 8 2018 | ||||
da031383b328 | pastewka | Merge branch 'master' into feat/mpi | Mar 8 2018 | ||||
226e73ee26b3 | pastewka | WIP: MPI FFT test compiles with PFFT. No passes yet. | Mar 7 2018 | ||||
9f12c77c8f3e | pastewka | WIP: Pass engine as template parameter to fixture. | Mar 7 2018 | ||||
67eab82a3480 | pastewka | WIP: Added initial PFFT engine. | Mar 7 2018 | ||||
83364edb689a | pastewka | WIP: mpi_type template specializations must be inline. | Mar 7 2018 | ||||
2ecbb615921a | pastewka | WIP: Use transposed local size planner. | Mar 7 2018 | ||||
eabe0571c30f | junge | Cleanup: FieldCollection template params and FFT engine class names | Mar 7 2018 | ||||
a5fb8e631773 | junge | Renamed 'system' to 'cell' | Mar 7 2018 | ||||
8b9802aff52a | pastewka | WIP: µSpectre -> muSpectre | Mar 7 2018 | ||||
7e681271d663 | junge | Merge branch 'master' into feat/internal_variables_T1831 | Mar 7 2018 | ||||
765b0c2992fb | junge | Documented StateField and MaterialHyperElastoPlastic | Mar 7 2018 | ||||
bd957ecc8bea | junge | MaterialHyperElastoPlastic1 is tested | Mar 7 2018 | ||||
dd750abedf3d | pastewka | DOC: Added doc strings. | Mar 7 2018 | ||||
db091a2cb915 | pastewka | WIP: Need to compute size over all MPI processes. | Mar 7 2018 | ||||
19953a579bd8 | pastewka | WIP: Added more MPI datatypes. | Mar 7 2018 | ||||
97d0f6555d13 | pastewka | WIP: Have FFTWMPIEngine and tests use the abstracted communicator. | Mar 7 2018 | ||||
decf9cec7830 | pastewka | WIP: First implementation of communicator abstraction. | Mar 7 2018 | ||||
d4e48703df52 | pastewka | WIP: Added MPI communicator as parameter. | Mar 7 2018 | ||||
5bef87e106a1 | pastewka | WIP: fftw_engine_mpi -> fftwmpi_engine | Mar 7 2018 | ||||
aa4e5de45421 | pastewka | WIP: Added MPIContext singleton that takes care of initializing and tearing… | Mar 7 2018 | ||||
3bed7073861b | pastewka | WIP: Separated MPI tests into their own executable. | Mar 7 2018 | ||||
ee2ccfcd7563 | pastewka | WIP: Refactoring; FFTWEngineMPI -> FFTWMPIEngine | Mar 7 2018 | ||||
9ba60d3594e4 | junge | found and fixed mishandled temporary in MaterialHyperElastoPlastic1 | Mar 7 2018 | ||||
d2cb3c0afe23 | junge | still writing tests for plastic material | Mar 6 2018 | ||||
ab3be79af63e | pastewka | WIP: First version of MPI FFTW test. | Mar 6 2018 | ||||
10f97f358ddc | pastewka | DOC: Updated file header. | Mar 6 2018 | ||||
b03a5940750b | pastewka | WIP: Added dummy FFTWEngineMPI. Updated CMakeLists.txt to search for MPI and… | Mar 6 2018 | ||||
a36d0413024a | pastewka | WIP: Added and members to FFTEngineBase. | Mar 6 2018 | ||||
0768940e9a0a | junge | writing plastic material tests | Mar 6 2018 | ||||
99f8679e6125 | junge | Added StateField convenience functions (concludes T1902) | Mar 6 2018 | ||||
d3affecf925c | junge | Added StateField (T1902) | Mar 6 2018 | ||||
8af34878344f | junge | MaterialHyperElastoPlastic1 -> need for History Fields? | Feb 27 2018 | ||||
8dad2be6502e | junge | Documentation cleanup | Feb 26 2018 | ||||
c18a1858c312 | junge | Merge branch 'master' into feat/documentation | Feb 26 2018 | ||||
5b3e095ebb00 | junge | Merge branch 'feat/documentation' of ssh://c4science.ch/source/muSpectre into… | Feb 26 2018 | ||||
57e889b22b09 | junge | added "Writing a New Constitutive Law" tutorial | Feb 26 2018 | ||||
4a33d5ec6b0a | D163 | pastewka | - Updated documentation of Field, FieldCollection and FieldMap. - Updated CMake… | Feb 26 2018 | |||
4b578078d47c | junge | start of MaterialHyperElastoPlastic tests and modulus conversions | Feb 25 2018 | ||||
1fe880c12733 | D162 | junge | Removed the FieldCollection alias | Feb 24 2018 | |||
149eca298ec4 | junge | Small additions | Feb 23 2018 | ||||
7f50f6b3539a | junge | Merge branch 'master' into feat/documentation | Feb 23 2018 | ||||
2f84baf3e899 | junge | Efficient logm and const correctness bug in MaterialMuSpectre fixed | Feb 22 2018 | ||||
1c871f98ffb7 | junge | Written elasto-plastic law, no tests yet | 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 | |||
b3f3772f45b1 | D160 | pastewka | CMAKE: macOS compatibility | Feb 20 2018 | |||
619fded5ba20 | junge | Merge branch 'feat/documentation' of ssh://c4science.ch/source/muSpectre into… | Feb 18 2018 | ||||
ab2895818a02 | junge | documentation | Feb 18 2018 | ||||
997734e596fd | junge | documentation typo | Feb 15 2018 | ||||
611b1715be57 | junge | documentation | Feb 15 2018 | ||||
440ddf01f4d5 | junge | minimum showable documentation | Feb 15 2018 | ||||
77accd3313b6 | junge | small unicode fix | Feb 14 2018 | ||||
82b4f36e72a3 | junge | Started the tutorial | Feb 14 2018 | ||||
b9689d674993 | junge | insignificant | Feb 14 2018 | ||||
b1cf98a8193c | junge | added logo, completed doxydoc | Feb 14 2018 | ||||
89d9962b1ddc | junge | Added efficient computation of matrix logaritm for hencky strain | Feb 14 2018 | ||||
5e1d411cab00 | junge | Merge branch 'feat/eigenstrain_T1830' | Feb 12 2018 | ||||
87f5a158af50 | junge | Merge with feat/eigenstrain_T1830 | Feb 12 2018 | ||||
ae7ef081d690 | junge | Solved T1830 Add eigenstrain calculations for Ovronnaz | Feb 11 2018 | ||||
8079bced35f2 | junge | eigenstrain tests not fully passing | Feb 4 2018 | ||||
39f21ae3c4ed | junge | minor fix of the header sections | Feb 4 2018 | ||||
8bf8559a77cf | junge | Added MaterialLinearElastic2 no tests yet | Feb 4 2018 | ||||
7058c3ceeeab | junge | Fixed issue T1835 by introducing an equilibrium tolerance to solvers | Feb 3 2018 | ||||
82e11969cc3c | junge | Merge branch 'feat/documentation' into feat/eigenstrain_T1830 | Feb 3 2018 | ||||
f26b16ccc17b | junge | Squashed commit with the setup of documentation: | Feb 3 2018 | ||||
045b07b2ae82 | junge | small title change | Feb 3 2018 | ||||
8613646a92c9 | junge | typo | Feb 3 2018 | ||||
988c0a516f66 | junge | full coverage | Feb 3 2018 | ||||
97cecf1aa6a8 | junge | before rearranging license section | Feb 2 2018 | ||||
6464caaabf74 | junge | fixed breathe, testing on read the docs | Feb 1 2018 | ||||
86ca56f0ac29 | junge | added breathe, testing on read the docs | Feb 1 2018 | ||||
afefaea9a6a7 | junge | experiment with rtd theme | Feb 1 2018 | ||||
b457ed4af6a9 | junge | beginning of sphinx | Feb 1 2018 | ||||
46035392c79c | junge | renamed hyperelastic material | Jan 31 2018 | ||||
fd7c60b18a0f | junge | added beginning of documentation | Jan 30 2018 | ||||
fe16503979a6 | junge | Fixed small strain issue T1779 | Jan 29 2018 |
c4science · Help