rAKA/pythonfeatures/52-anisotropic…
rAKA/python
features/52-anisotropic…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
44aa27ae672e | Nicolas Richart | Adding missing parts in the interface and debugging | Oct 22 2021 | |||
1cf5685c9724 | richart | Adding TermsToAdd and SolverCallbacks to python interface | Oct 20 2021 | |||
5632dcaaf3f8 | anciaux | Merge branch 'features/another-take-at-ci-stuffs' into 'master' | Sep 21 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
2244fa6a4217 | richart | Correcting include in py_material.cc | Sep 11 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
251af691556a | richart | Merge branch 'master' into features/contact | Jul 20 2021 | |||
92bb4e260b29 | anciaux | Merge branch 'features/material-selector-python' into 'master' | Jun 30 2021 | |||
40104a165ba1 | richart | Corrected clang compilation error and linted some part of the contact code | Jun 24 2021 | |||
2985136e8a09 | richart | Correction based on remarks on MR !9 | Jun 24 2021 | |||
13da75edd185 | richart | Bug fix from the previous refactoring | Jun 24 2021 | |||
80a7ec7d8c7d | richart | Merge branch 'master' into features/contact | Jun 24 2021 | |||
b75e7eac6591 | richart | refactoring the code of the coupler solid contact | Jun 23 2021 | |||
585800304567 | richart | Avoid returning reference to temporary on ubuntu | Jun 8 2021 | |||
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 | |||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | |||
2f2e169a8dd8 | tdroch | wrap getCurrentPosition | Jun 4 2021 | |||
e53983915882 | richart | Extending the groups interfaces | May 26 2021 | |||
55289ed9ac3e | richart | Backward compatibility with older version of pybind11 | May 26 2021 | |||
2d69ce3355d2 | richart | Improved material-selector | May 26 2021 | |||
45efedd36c79 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
48566fff3ed0 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
10fb35bffbe5 | richart | Correcting compilation errors on newer version of pybind11 | May 14 2021 | |||
5c0a955c98b9 | richart | Correcting compilation errors on newer version of pybind11 | May 14 2021 | |||
24b456355d09 | richart | Modified the import of py11_akantu | May 7 2021 | |||
f66bea2afab4 | richart | Modified the import of py11_akantu | May 7 2021 | |||
160af748d326 | richart | Relocated py11_akantu module as a submodule of akantu | May 7 2021 | |||
2214b92238c9 | richart | Relocated py11_akantu module as a submodule of akantu | May 7 2021 | |||
cd115a96a37c | richart | adding versioneer to generate a version number in the python interface | May 7 2021 | |||
ccc0cad429ca | richart | adding versioneer to generate a version number in the python interface | May 7 2021 | |||
e1527e69fc3c | pundir | removing memory part for contact mechanics and coupler classes | Apr 7 2021 | |||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | |||
a4358f0535b7 | pundir | removed the memory part from the phasefield model | Apr 2 2021 | |||
2f318e8d0e9b | pundir | removed the memory part from the phasefield model | Apr 2 2021 | |||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
5acfa6ca970d | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
8552d3ad87d8 | anciaux | add the possibility to return a vector of possible material allocators | Mar 30 2021 | |||
7f9fe3088b81 | anciaux | add the possibility to return a vector of possible material allocators | Mar 30 2021 | |||
8a42a425df9d | anciaux | give better default to the fragmentation_manager tools | Mar 29 2021 | |||
2c2ac9d01138 | anciaux | give better default to the fragmentation_manager tools | Mar 29 2021 | |||
4aff21aa2c2a | anciaux | adding the fragment manager to python interface | Mar 29 2021 | |||
c7e03d7ebae5 | anciaux | adding the fragment manager to python interface | Mar 29 2021 | |||
2d55c02870b7 | richart | missing include in py_mesh | Mar 15 2021 | |||
bc514ea38833 | richart | missing include in py_mesh | Mar 15 2021 | |||
9d302f1bae82 | richart | Fixing dumper warnings | Mar 13 2021 | |||
d7eb0b0c18be | richart | Fixing dumper warnings | Mar 13 2021 | |||
64cf152a54e1 | richart | Adapting due to changes in structural mechanics | Mar 13 2021 | |||
95d0dced15d1 | richart | Adapting due to changes in structural mechanics | 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 |
c4science · Help