rAKA/pythonfeatures/changelog
rAKA/python
features/changelog
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d8a7c9ab4052 | Nicolas Richart | Exanding coupler interface | Sep 4 2023 | |||
882b8698ac6c | anciaux | Merge branch 'bugfixes/all_bugs_found_by_working_on_tutorials' into 'master' | May 5 2023 | |||
0c70fb2d4ef4 | richart | Converter from python gmsh to akantu | May 2 2023 | |||
b87903dbd5da | richart | Small rework on randomparameters | May 1 2023 | |||
437e57a876ec | richart | Adding missing initialize in the ElementTypeMapArray python interface | Apr 26 2023 | |||
7d9c5714bb25 | richart | Forcing to use keywords for getNbElement, this is a api breaking change | Apr 26 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
6cb1e0229070 | richart | Adding some functions in the python interface | Apr 17 2023 | |||
275453e1154b | gallyamov | Correcting bad_cast | Apr 4 2023 | |||
3b4f27fa5ded | richart/gallyamov | Bug fix with the bad_cast | Apr 4 2023 | |||
6e590d38f9c1 | gallyamov | Modifications to py_material for custom materials | Apr 4 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
5bb957e9b427 | saduruss | solve conflicts with master | Mar 15 2023 | |||
f700d699eaa8 | Nicolas Richart | Cleaning the cmake to remove blas/lapack etc | Mar 1 2023 | |||
13e8c2729164 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
d6d3330741bf | richart | Merge branch 'bugfixes/access_PBC_slaves_python' into 'master' | Feb 25 2023 | |||
23cdc15365b4 | saduruss | formatting | Feb 9 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 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
5bb67d7f3c81 | richart | Sanitizing the code | Nov 22 2022 | |||
3b7d23e08456 | tdroch | Merge branch 'master' into bugfixes/access_PBC_slaves_python | Nov 11 2022 | |||
e2c4998ec70d | tdroch | Return list of slaves | Nov 11 2022 | |||
24b44a6c9180 | richart | Adding possibility to write a cohesive material in python | Oct 14 2022 | |||
c623efe070c6 | richart | bug fix in parser and material viscoelastic maxwell | Oct 12 2022 | |||
fbdc646afed3 | anciaux | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | Oct 6 2022 | |||
327856a9918d | richart | Missing part in the mesh interface | Oct 6 2022 | |||
2acd6efbe56c | richart | Cleaning a bit the code | Oct 5 2022 | |||
395abbd6ce0f | richart | Merge branch 'master' into features/eigen | Oct 5 2022 | |||
173d75062333 | richart | Extending cohesive inserter interface | Sep 30 2022 | |||
b49c989ba5c3 | richart | Refactor contact code (still need some work) | Sep 29 2022 | |||
6748b0c03915 | richart | Correct compilation on ubuntu:lts and with clang | Jul 12 2022 | |||
b4c0dfe20c45 | richart | Merge branch 'master' into features/eigen | Jul 9 2022 | |||
1b8ce86036c4 | richart | Modifies the return value of add on NodeGroup to solve #42 | Jul 8 2022 | |||
34f9b667ee80 | richart | Python module does not compile with python 3.11 | Jun 29 2022 | |||
a309dba7d066 | richart | Debugging the version detection in the CI | May 13 2022 | |||
9d1341e08698 | tdroch | Merge branch 'bugfixes/create_matrices_if_needed_by_user' into 'master' | May 10 2022 | |||
85243d0a8fb8 | tomohitpundir | parallelization finished | May 9 2022 | |||
d849be145a03 | Lucas Frérot | Merge branch 'bugfixes/multiple_small_bug_in_contact_mechanics' into 'master' | May 4 2022 | |||
b8b5f49bb76d | richart | keeping old version but marking it deprecated | May 4 2022 | |||
d22a093f7d6f | tomohitpundir | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | May 3 2022 | |||
e7ba0c1c0ee7 | richart | extanding python group interface | May 3 2022 | |||
d95695ca47b4 | richart | Setting properly the model type in contact coupler | May 3 2022 | |||
af35006dbf96 | richart | Creating submodule for debug and cleaning debug code | May 3 2022 | |||
4964c71bb961 | richart | Running clang-format for code quality checks | Apr 28 2022 | |||
7ffe79ae43a2 | richart | Merge branch 'master' into 'features/structural_mechanics_lumped_mass' | Apr 28 2022 | |||
8185a160038c | richart | Merge branch 'bugfixes/detect_mixed_distributed_initialization' into 'master' | Apr 28 2022 | |||
f6df60ddf7b7 | richart | Giving access to alpha and beta in NewmarkBeta | Apr 27 2022 | |||
465a82aa17b6 | Philip Mueller, HS | Merge remote-tracking branch 'akantuGL/bugfixes/39-the-python-example-for… | Apr 27 2022 | |||
489f68024a53 | richart | Adding the default argument to `setIntegrationScheme` | Apr 26 2022 | |||
2474784a69e5 | tomohitpundir | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | Apr 8 2022 | |||
5a614112b0c1 | tomohitpundir | dissipated energy computation added | Apr 6 2022 | |||
b619a7464358 | Philip Mueller, HS | Made some small adjuatments in the Python interface. | Mar 31 2022 | |||
b6dbd90d648e | Philip Mueller, HS | Merge branch 'bugfixes/65-Making-the-integrators-available-in-Python' into… | Mar 30 2022 | |||
522a8942da5d | Philip Mueller, HS | Fixed some compilation errors in the `python/py_integration_scheme.cc` file. | Mar 30 2022 | |||
6864c9ffb9ca | Philip Mueller, HS | Fixed the CMake of the Python interface. | Mar 30 2022 | |||
7c8e3eb1d349 | richart | Making IntegratorScheme available in python | Mar 18 2022 | |||
1777d544246a | Philip Mueller, HS | Updated the Python interface of the `Mesh`. | Mar 15 2022 | |||
a1120eb7be62 | Philip Mueller, HS | Updated the `SolverVector` Interface. | Mar 15 2022 | |||
3fbdb1c1064d | richart | Removing debug code | Mar 14 2022 | |||
547c4e3b1cbd | richart | Aligning the code with akantu coding conventions | Mar 8 2022 | |||
237ed1deceae | Philip Mueller | Updated the `SolverVector` class of the Python interface. | Feb 25 2022 | |||
962960572b97 | Philip Mueller | The `SparseMatrix` class now supports a function for testing if its entries are… | Feb 25 2022 | |||
22fdfd97576d | Philip Mueller, HS/Philip Mueller | Updated the Python interface of the DOFManager. | Feb 25 2022 | |||
dca49f1688f5 | Philip Mueller, HS/Philip Mueller | It is now possible to force the creation of the lumped mass. | Feb 25 2022 | |||
e18e82be6b0e | Philip Mueller, HS/Philip Mueller | Implemented a shady way of computing the lumped mass matrix. | Feb 25 2022 | |||
fa030cf05453 | Philip Mueller, HS/Philip Mueller | Updaed the structural mechanics model. | Feb 25 2022 | |||
f2068e9a8030 | richart | Merge branch 'features/missing-python-interface-for-mesh-data' into 'master' | Feb 18 2022 | |||
52958650f155 | richart | make it compile with clang | Feb 16 2022 | |||
a71667e20cbd | richart | It should compile in CI with some warning remaining | Feb 16 2022 | |||
2a295ea8f9f4 | richart | Compiles with older compilers and reactivated missing compilation flags | Feb 16 2022 | |||
677ca31609cb | richart | Implemented inflate which does the opposite of flatten | Feb 10 2022 | |||
9661224b8806 | richart | py::kw_only is pybind11 2.9 | Feb 10 2022 | |||
8a1376f66a9f | richart | adding missing functions to the python interface | Feb 10 2022 | |||
cdbd97116d13 | Philip Mueller, HS/richart | Updated the Python interface of the solid mechanic model. | Feb 10 2022 | |||
a9e5d4c6350f | Philip Mueller, HS/richart | Updated the Python interface of the material. | Feb 10 2022 | |||
0f10ebd6aa4f | Philip Mueller, HS/richart | Updated the Python interface of the parser. | Feb 10 2022 | |||
c6b4c9d7204a | Philip Mueller, HS/richart | Updated the Python interface of the ElementTypeMap | Feb 10 2022 | |||
26cd3a43fc8e | richart | Merge branch 'bugfixes/python_interface_energy_computations' into 'master' | Feb 10 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 | |||
9522a0eddb68 | Nicolas Richart | [wip] reached a compiling state for the library | Jan 21 2022 | |||
06016ce80fae | Nicolas Richart | Adding PeriodicSlaves and removing method that returns a unordered_multimap | Jan 20 2022 | |||
4e311a5e5310 | Nicolas Richart | Merge branch 'master' into features/mesh-periodic-info-in-python | Jan 20 2022 | |||
3c331277e5d9 | Nicolas Richart | Adding the version of getPotentialEnergy by element_type | Jan 19 2022 | |||
46b653b86fe8 | Philip Mueller, HS/Nicolas Richart | Added a missing function to the Python interface of the material. | Jan 19 2022 | |||
d829bf5a7799 | Philip Mueller, HS/Nicolas Richart | This commit fixes a problem in the Python interface of the material regarding… | Jan 19 2022 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 2021 | |||
7ff89e9b9c50 | richart | Bug fix | Nov 26 2021 | |||
16af306e34b6 | richart | Adding missing interface for periodic information | Nov 23 2021 | |||
6503defbf56c | Nicolas Richart | Bug fix in the interface | Nov 10 2021 | |||
90b20d4c42ee | Nicolas Richart | Remove pure virtual where not needed | Nov 9 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 | |||
8e76908f420b | Nicolas Richart | [wip] slowly correcting the merge and rebase errors | Oct 31 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 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 |
c4science · Help