rGOOSEFEM/srcrstcheck
rGOOSEFEM/src
rstcheck
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
784de329b273 | tdegeus | Introduces Hex8 element; Documentation updates; | Jul 18 2018 | |||
50f060f0bb30 | tdegeus | Renamed cpp to hpp | Jul 9 2018 | |||
d653f4c4e7bb | tdegeus | Updated version | Jun 12 2018 | |||
f4c9f48567f9 | tdegeus | Minor extensions | Jun 12 2018 | |||
a875c33aefee | tdegeus | Extra data-type | Jun 11 2018 | |||
5ad7285e78ae | tdegeus | Added trampoline class to Python interface | Jun 7 2018 | |||
c75d66ee4284 | tdegeus | Minor style updates; removed deprecated functions | Jun 2 2018 | |||
266d900aad83 | tdegeus | Extended Python interface; remove view tensors | May 30 2018 | |||
45b0f713bb54 | tdegeus | Updated to new cppmat API | May 27 2018 | |||
5c25ffe13bf1 | tdegeus | Minor update in Dynamics | May 16 2018 | |||
b064e0ff8740 | tdegeus | Introduced static const for readability | May 5 2018 | |||
96625869b59e | tdegeus | Remove 'static const' as it might not be always available | May 1 2018 | |||
594077651a48 | tdegeus | Updated to new cppmat API | Apr 30 2018 | |||
76649b3f93f2 | tdegeus | Bugfix: minor syntax mistakes | Apr 27 2018 | |||
3ebb1e0fe621 | tdegeus | Minor bugfix, finished first example | Apr 24 2018 | |||
0a4a467aef0c | tdegeus | Simplified time-integration dynamics | Apr 23 2018 | |||
80eb9a0cb73a | tdegeus | Minor bugfix | Apr 23 2018 | |||
9c8a776698c5 | tdegeus | Updated to new cppmat API | Apr 23 2018 | |||
630ddc563457 | tdegeus | Added stop criterion | Apr 20 2018 | |||
5e8404cda71e | tdegeus | Added comments | Apr 19 2018 | |||
b33d1432ae9e | tdegeus | ElementQuad4: replaced manual volume average by returning the int.point volume… | Apr 19 2018 | |||
50cc512eee34 | tdegeus | added test routines, minor bugfixes | Apr 17 2018 | |||
eacecd163c2c | tdegeus | Updated cmake | Apr 16 2018 | |||
e6b06b8bf155 | tdegeus | Misc updates | Apr 16 2018 | |||
b822d25aa8cd | tdegeus | Tensor views | Apr 4 2018 | |||
8f5d04079343 | tdegeus | Mostly completed MatrixDiagonal | Apr 4 2018 | |||
297b72a89946 | tdegeus | Added Vector | Apr 1 2018 | |||
b5d3d6a2e81f | tdegeus | Updates of comments | Mar 28 2018 | |||
1bcd3caf6d20 | tdegeus | Element::Quad4 - complete, untested version | Mar 27 2018 | |||
abf7aff88bac | tdegeus | Element::Quad4 - working version | Mar 27 2018 | |||
11bf999a718b | tdegeus | First version of Element | Mar 26 2018 | |||
a33e6c372f21 | tdegeus | Updated GooseFEM::Mesh | Mar 23 2018 | |||
37d673f0480e | tdegeus | Bugfix in overdampeddynamics | Feb 7 2018 | |||
3f2e2eea85b8 | tdegeus | Start with overdamped dynamics | Feb 6 2018 | |||
17290a2425e9 | tdegeus | Updated Dynamics/Diagonal example | Feb 3 2018 | |||
fd863b087e7e | tdegeus | Slightly different file structure | Feb 2 2018 | |||
8e318861ca8c | tdegeus | Minor bugfix, added averages to DynamicsDiagonalSmallStrainQuad4 | Jan 26 2018 | |||
b48fb897e942 | tdegeus | MeshHex8: update rules such that the final refinement step is avoided if it… | Jan 23 2018 | |||
cb2038fca417 | tdegeus | Mesh implementation and examples consistency updates | Jan 23 2018 | |||
65243668032b | tdegeus | MeshHex8 completed | Jan 22 2018 | |||
ce766ff352a8 | tdegeus | Finished implementation of Mesh::Hex8::FineLayer | Jan 22 2018 | |||
baecf20bdf4b | tdegeus | Added Paraview example Mesh::Hex8::FineLayer | Jan 22 2018 | |||
10da237f7cf9 | tdegeus | Edge definition finished | Jan 21 2018 | |||
c044b83caa71 | tdegeus | Edge definition finished | Jan 21 2018 | |||
f5135bca9013 | tdegeus | Mesh::Hex8::FineLayer: part of boundary nodes finished | Jan 21 2018 | |||
4b6292db4e01 | tdegeus | Mesh::Hex8::FineLayer: automatic configuration completed | Jan 20 2018 | |||
6c8d689f5eba | tdegeus | Mesh::Hex8::FineLayer: implementation of coor and conn completed | Jan 19 2018 | |||
3ffc8310616c | tdegeus | MeshHex8 improved consistency with MeshQuad4, started MeshHex8::FineLayer | Jan 15 2018 | |||
f245f08cfd6c | tdegeus | Added regular mesh hex8, updated consistency across other mesh definitions, add… | Jan 15 2018 | |||
50c687b42763 | tdegeus | Split MeshTri3.h in two files | Jan 13 2018 | |||
5306c8bf80f8 | tdegeus | Bugfix in FineLayer, minor update in IO | Jan 13 2018 | |||
3c4c54b800f2 | tdegeus | Started changing to sererate cpp and h files, while retaining header only… | Jan 10 2018 | |||
e515162ab68c | tdegeus | Mesh::Quad4::FineLayer: approximate goal more closely | Nov 24 2017 | |||
b8abe47a199f | tdegeus | Bugfix: added inline to keep the module header only | Nov 21 2017 | |||
c7830ae470bd | tdegeus | Suppress compiler warning | Nov 20 2017 | |||
8921cf9691e4 | tdegeus | Name consistency | Nov 18 2017 | |||
2e717106d631 | tdegeus | Bugfix: DynamicsDiagonalLinearStrainQuad4.h incorrect computation of epsdot | Nov 18 2017 | |||
2593019e3875 | tdegeus | Updated examples | Nov 18 2017 | |||
6044f15ffcd9 | tdegeus | Synced example with actual implementation | Nov 17 2017 | |||
f19018fb52d9 | tdegeus | OpenMP slowdown fix | Nov 17 2017 | |||
cb29f2e9d3a6 | tdegeus | Started update of examples | Nov 17 2017 | |||
be46d0a15c6d | tdegeus | New structure in solvers | Nov 16 2017 | |||
658a2031d8df | tdegeus | Parallel example finished | Nov 13 2017 | |||
16eef9077f90 | tdegeus | Bugfix in non-Galilean damping | Nov 1 2017 | |||
744ba07f2d61 | tdegeus | New release | Oct 24 2017 | |||
783a13e24853 | tdegeus | Added semi periodic BCs for dynamics | Oct 24 2017 | |||
ed5d78060f21 | tdegeus | Updated MeshTri3 with MeshQuad4 | Oct 23 2017 | |||
15c0f1033bb5 | tdegeus | Added fine-layer mesh for Quad4 | Oct 23 2017 | |||
04bbe43f0106 | tdegeus | Minor naming updates | Oct 20 2017 | |||
b5a7d8558f65 | tdegeus | Minor style fix | Oct 20 2017 | |||
a728c589c0d8 | tdegeus | Completed dynamic simulation | Oct 19 2017 | |||
8949d67c7af9 | tdegeus | Intermediate commit | Oct 19 2017 | |||
25e50e2a5bb9 | tdegeus | First version with solver, removed elements as their implementation was… | Oct 17 2017 | |||
c97d13c98ed4 | tdegeus | DynamicsPeriodicLinearStrain.h : towards first version with example | Oct 15 2017 | |||
015a1fc1988c | tdegeus | First version, included GooseMesh (will be removed) | Oct 14 2017 | |||
755ff0002831 | tdegeus | Started implementation | Oct 13 2017 |
c4science · Help