rAKA/examplesmaster
rAKA/examples
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
d723f97de42a | gallyamov | Warning correction and a python example | Apr 4 2023 | |||
05201b9e0176 | richart/gallyamov | Code quality correction | Apr 4 2023 | |||
3b4f27fa5ded | richart/gallyamov | Bug fix with the bad_cast | Apr 4 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
5bb957e9b427 | saduruss | solve conflicts with master | Mar 15 2023 | |||
e46872a2555d | saduruss | delete dead code, move unwanted getters to private, put element filter in src | Mar 13 2023 | |||
13e8c2729164 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
23cdc15365b4 | saduruss | formatting | Feb 9 2023 | |||
5df917a8797e | saduruss | solved conflicts | Feb 8 2023 | |||
08844ab5a290 | saduruss | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | Feb 6 2023 | |||
30c579cdf033 | saduruss | fix in phase-field model for nonlinear solver | Feb 3 2023 | |||
4d3a517e245d | saduruss | clean and fix in phase field material | Feb 3 2023 | |||
9d1b388c8329 | richart | Trying to improve the code quality | Jan 31 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
561ae72225db | richart | Bug fix in the order of operations when dumping data on file | Dec 5 2022 | |||
24b44a6c9180 | richart | Adding possibility to write a cohesive material in python | Oct 14 2022 | |||
318549408f36 | richart | Changed tolerance in phasefield example | Oct 14 2022 | |||
c623efe070c6 | richart | bug fix in parser and material viscoelastic maxwell | Oct 12 2022 | |||
8b3c60bd06f6 | richart | More bug fixes | Jun 7 2022 | |||
b04f41af73eb | tomohitpundir | major bug fixed in the assembleInternalForces | May 15 2022 | |||
f38f6f35b637 | tomohitpundir | flatten internals added for phasefield model | May 13 2022 | |||
39ddecf42cf6 | tomohitpundir | parallel example for phasefield added | May 9 2022 | |||
3db14ff16b82 | richart | More bug fixes and uint to int/auto | May 3 2022 | |||
25284b38a907 | tomohitpundir | bug in energy compuatation fixed | Apr 10 2022 | |||
52958650f155 | richart | make it compile with clang | Feb 16 2022 | |||
7783bd83ea55 | Nicolas Richart | [wip] fixing more bugs Vector<>(size, 0) fails | Jan 28 2022 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 2022 | |||
36b5c7690fc7 | Nicolas Richart | Merge branch 'master' into features/eigen | Jan 22 2022 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 2021 | |||
9fe7ea111967 | richart | Adding missing consts | Nov 5 2021 | |||
174a2e1ab3ac | richart | Adding a layer InterceptSolverCallback to simplify the interception | Nov 5 2021 | |||
3ad087540b2b | richart | Moved dofs ids information to TermsToAssemble | Nov 5 2021 | |||
01141098e462 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Oct 29 2021 | |||
dd07c2a05544 | Nicolas Richart | [wip] changing back `const (ElementType|ElementKind|GhostType) &` to \1 after… | Oct 29 2021 | |||
47efb065a843 | richart/Nicolas Richart | [wip] More UInt to auto, Int or Idx and Eigen stuffs | Oct 29 2021 | |||
431b57d46b5f | richart/Nicolas Richart | [WIP] some UInt to Idx and another small step in the Eigen rabbit hole | Oct 26 2021 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
6a555e268fa8 | Nicolas Richart | Example of solver_callback usage | Oct 22 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
67d8f5cfd95f | richart | Code quality corrections | Jul 28 2021 | |||
c8d9385f5ff2 | richart | Correction based on @ganciaux review | Jul 28 2021 | |||
8df6b0ee7569 | richart | Merge branch 'master' into features/contact | Jul 28 2021 | |||
3859fc311ebc | richart | Making the example behave like the test | Jul 23 2021 | |||
251af691556a | richart | Merge branch 'master' into features/contact | Jul 20 2021 | |||
18da45a064ab | richart | Renamed mesh | Jun 28 2021 | |||
b75e7eac6591 | richart | refactoring the code of the coupler solid contact | Jun 23 2021 | |||
0ac630be3038 | richart | Trying to correct mesh for ubuntu | Jun 20 2021 | |||
f03394d43907 | Mohit Pundir | added example for cohesive contact | Jun 19 2021 | |||
2993840f29d3 | richart | Some more weird quotes | Jun 8 2021 | |||
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 | |||
bbc8e20a800b | pundir | working on documentation/ half-done | Jun 6 2021 | |||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | |||
61767103f923 | richart | problem in chaining material selectors | May 27 2021 | |||
67fb33dfc0c9 | pundir | Documentation for phasefield added | May 9 2021 | |||
1a3b184cdd43 | pundir | Documentation for phasefield added | May 9 2021 | |||
07a2fc700aa1 | pundir | increased mesh size for phasefield example to finish as a test | Apr 7 2021 | |||
4e7cea78bab9 | pundir | increased mesh size for phasefield example to finish as a test | Apr 7 2021 | |||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | |||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
5acfa6ca970d | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
dd0187ec5861 | anciaux | remove matplotlib things | Mar 30 2021 | |||
22eb3a214a25 | anciaux | remove matplotlib things | Mar 30 2021 | |||
a156575e6ada | anciaux | CMake generates the mesh | Mar 30 2021 | |||
245660087964 | anciaux | CMake generates the mesh | Mar 30 2021 | |||
ab587884ce44 | anciaux | CMake generates the mesh | Mar 30 2021 | |||
f18bcf4c8e30 | anciaux | CMake generates the mesh | Mar 30 2021 | |||
22752a5861d6 | anciaux | correct code style | Mar 29 2021 | |||
35cd9f678615 | anciaux | correct code style | Mar 29 2021 | |||
865647670389 | anciaux | adding a fragmentation example | Mar 29 2021 | |||
3d563b45a618 | anciaux | adding a fragmentation example | Mar 29 2021 | |||
c287bfa68439 | richart | linting python structural mechanics examples | Mar 15 2021 | |||
5b3351523a74 | richart | linting python structural mechanics examples | Mar 15 2021 | |||
48cd41bb1b6d | richart | make the compute boundary loads compile and run in structural mechanics | Mar 15 2021 | |||
e451f9f2d87d | richart | make the compute boundary loads compile and run in structural mechanics | Mar 15 2021 | |||
a58c0aa0bed8 | richart | Fix the mesh to make the example run properly | Mar 15 2021 | |||
23ce2ae76c3b | richart | Fix the mesh to make the example run properly | Mar 15 2021 | |||
31f6fd181ec8 | richart | Bug fixes in examples | Mar 14 2021 | |||
797ec47f3478 | richart | Bug fixes in examples | Mar 14 2021 | |||
bce187dcb622 | richart | making matplotib optional for the ci | Mar 13 2021 | |||
a81c6b33ae37 | richart | making matplotib optional for the ci | Mar 13 2021 | |||
bc650421eb69 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
9cb01e0c3a12 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
526b254b52f6 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
12c0a090caee | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
e7a653b7101a | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 13 2021 | |||
db203e90b229 | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 13 2021 | |||
a2b23bf363b1 | richart | Cleaning the structural mechanics python examples | Mar 13 2021 | |||
e3075f54d103 | richart | Cleaning the structural mechanics python examples | Mar 13 2021 | |||
8a61d3b9ea31 | richart | Bug fix in a cohesive example | Mar 12 2021 | |||
978f61b1c0a8 | richart | Bug fix in a cohesive example | Mar 12 2021 | |||
dc620ac87a26 | richart | Missing include | Mar 12 2021 | |||
af769218ef0b | richart | Missing include | Mar 12 2021 | |||
ec9bba98060e | anciaux | fixed python interface for custom material and internals management | Mar 9 2021 | |||
a72501b17df2 | anciaux | fixed python interface for custom material and internals management | Mar 9 2021 | |||
c0d7155922e1 | anciaux | correct a broken example | Mar 9 2021 | |||
efcdea93f9b5 | anciaux | correct a broken example | Mar 9 2021 |
c4science · Help