rAKA/srcbugfixes/installation_d…
rAKA/src
bugfixes/installation_d…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
74430aec0412 | anciaux | indentation | Jun 15 2021 | |||
1c47c504ad49 | anciaux | remove useless coefficient | Jun 15 2021 | |||
4e5261b08725 | anciaux | Merge branch 'features/17-create-an-element-group-using-a-node-group-with… | Jun 2 2021 | |||
5d6969fe38af | richart/gallyamov | Bug fix in cohesive element inseration while PBC are active | May 28 2021 | |||
dfaf86194a6a | richart | missing empty function | May 27 2021 | |||
48566fff3ed0 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
fdaa2dacbd0c | richart | Correcting documentation | May 14 2021 | |||
583b06990849 | richart | Linting the code and applying clang-tidy corrections | May 14 2021 | |||
ed63cd404c2f | richart | Removing useless parameter that comes from a copy/paste... | May 14 2021 | |||
a1f8c50c9afc | richart | Reordering methods | May 14 2021 | |||
ca7a0f4b9298 | richart | Merge branch 'features/doc_energies' into 'master' | Apr 29 2021 | |||
a3a0c621fd12 | pundir | fixed override functions | Apr 28 2021 | |||
2f318e8d0e9b | pundir | removed the memory part from the phasefield model | Apr 2 2021 | |||
5acfa6ca970d | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
be0ea515f119 | pundir | added eta parameter to avoid full degradation of elastic energy | Apr 2 2021 | |||
1ce2f1aeb5ef | pundir | cleaning the code and adding descriptions to the classes | Apr 2 2021 | |||
7f9fe3088b81 | anciaux | add the possibility to return a vector of possible material allocators | Mar 30 2021 | |||
5dbea3e35321 | frerot | [doc] added energy explaination for plastic materials | Mar 29 2021 | |||
e0ac8fcc77c8 | frerot | [doc] added documentation on getEnergy | Mar 29 2021 | |||
2c2ac9d01138 | anciaux | give better default to the fragmentation_manager tools | Mar 29 2021 | |||
ba9e2713a380 | richart | Merge branch 'features/material_internals_memory' into 'master' | Mar 16 2021 | |||
cfebf6035747 | anciaux | adding a reference to remove a bug visible with pre-strained materials | Mar 15 2021 | |||
e451f9f2d87d | richart | make the compute boundary loads compile and run in structural mechanics | Mar 15 2021 | |||
64df19a129e0 | frerot | silenced override warnings on HeatTransferModel dump() overloads | Mar 15 2021 | |||
d7eb0b0c18be | richart | Fixing dumper warnings | Mar 13 2021 | |||
95d0dced15d1 | richart | Adapting due to changes in structural mechanics | Mar 13 2021 | |||
9cb01e0c3a12 | 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 | |||
db203e90b229 | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 13 2021 | |||
cee77eb64fae | richart | Merge branch 'master' into 'features/doc' | Mar 13 2021 | |||
ffccf8161507 | richart | Improving a bit the code | Mar 12 2021 | |||
a13f3874ff27 | richart | Adding code-quality clang-tidy | Mar 12 2021 | |||
978f61b1c0a8 | richart | Bug fix in a cohesive example | Mar 12 2021 | |||
af769218ef0b | richart | Missing include | Mar 12 2021 | |||
3d1bde8e1dbb | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 12 2021 | |||
73bed14ec284 | richart | [doc] Adding constitutive laws | Mar 12 2021 | |||
1159730b10be | richart | Bug fix and refactoring | Mar 11 2021 | |||
d14823276f56 | richart | Reactivating the default values for arrays in models | Mar 10 2021 | |||
45d7eb9f8b4a | richart | Moving code around | Mar 10 2021 | |||
74402b5c3648 | tdroch/richart | Fix element acces via getElementIterable | Mar 10 2021 | |||
6f03fe32926e | richart | Adding energy computation per element group | Mar 10 2021 | |||
170c4ee05db4 | richart | Iterate elements in element group | Mar 10 2021 | |||
33327d9f46e4 | richart | Getting rid of the static memory | Mar 10 2021 | |||
aeea5e3d8d04 | Philip Mueller, HS | Removed a debug output. | Mar 8 2021 | |||
8b2393966ca6 | richart | Adding energy computations | Mar 6 2021 | |||
23a4eb17ac12 | richart | Adding capability to register materials by name | Mar 4 2021 | |||
47d819040865 | pundir | Bug Fixed : ill-Conditioning of stiffness matrix corrected | Mar 3 2021 | |||
e64b992bfcc9 | pundir | added python interface for defining new user-defined solvers | Mar 2 2021 | |||
c41f89ae02c7 | pundir | Bug Fixed : added definition of computeNtbN function for structural class | Mar 2 2021 | |||
368683505b73 | pundir | functionality to defined solver type for solid model during coupling | Mar 1 2021 | |||
ac4ae375df6f | pundir | Bug Fixed : internalforces should be zeored and not cleared | Feb 28 2021 | |||
2aeda38c1040 | pundir | update material phasefield override functions | Feb 26 2021 | |||
cbf9ead90501 | pundir | aka_array_tmpl conflict resolved | Feb 26 2021 | |||
3df6e5b4d787 | pundir | Bug Fixed : communicator for serial run | Feb 26 2021 | |||
a4e2455c217e | pundir | Merge remote-tracking branch 'upstream/master' into features/phasefield | Feb 26 2021 | |||
9f6ee871c834 | pundir | Bug Fixed : multiple material reading | Feb 26 2021 | |||
c46a2a570d25 | pundir | test for multi material added | Feb 26 2021 | |||
846fa0c86ab1 | richart | Bug found in the structural mechanics model | Feb 25 2021 | |||
b37d88658024 | richart | Adding solvers to the python interface | Feb 24 2021 | |||
f7d1596ca451 | pundir | multi-material functionality for phasefield added | Feb 24 2021 | |||
34cdde4a0ef8 | richart | restored hermite shapes | Feb 9 2021 | |||
8178b1e40e10 | richart | Adding MeshAccessor to python and adding posibility to resize meshes | Feb 9 2021 | |||
d3f488d7feee | richart | Initializing properly the element_material | Feb 8 2021 | |||
81d5d634d296 | Philip Mueller | Added functions to better interact with the material torage of the… | Feb 5 2021 | |||
bd14ee9d4261 | Philip Mueller | Modified the `addMaterial()` function of the `StructuralMechanicsModel`. | Feb 5 2021 | |||
e2a9b85e876e | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
fc805b05db5c | richart | correcting shapes in _bernouilli beams | Feb 1 2021 | |||
da2c2d3ca841 | richart | A bit more cleaning | Feb 1 2021 | |||
48c1c478dbae | richart | Assembling structural elements mass matrix in FEEngine | Jan 28 2021 | |||
96c2c56bc646 | richart | Compilation error on ubuntu corrected | Jan 28 2021 | |||
b74014a5dfe8 | richart | Reactivating mass matrix computation for structural elements | Jan 28 2021 | |||
39c17a8c4fe7 | richart | Reactivating boundary forces code for structural elements | Jan 27 2021 | |||
e9bcfea33128 | richart | Bug fix when not in debug | Nov 17 2020 | |||
ca8b0916b687 | richart | Protecting lambda not used in NDEBUG | Nov 17 2020 | |||
e13ac132d985 | richart | Removing warning in py_material RTFM... | Nov 17 2020 | |||
2491c2214859 | richart | compilation bug fix when mpi is off | Nov 17 2020 | |||
10560320f49d | richart | some linting | Nov 17 2020 | |||
8f1d14ec176b | richart | removing warnings in py_material | Nov 17 2020 | |||
30d41afebedb | richart | Bug fix in the eigen-gradu, with cohesive elements | Nov 16 2020 | |||
92684d20aee0 | richart | Minor improvements to help debugging | Nov 13 2020 | |||
e6cb89c743c8 | richart | bug fix in mesh distribution | Nov 13 2020 | |||
7fe6b3c3c105 | richart | Bug fix in size computation | Nov 13 2020 | |||
cf7c4837cb90 | richart | bug fix in the insertion of 3d elements | Nov 13 2020 | |||
36b61f922c3e | richart | Full rewrite of cohesive insertion to ensure the order of insertion across… | Nov 13 2020 | |||
e67b19e9c27e | richart | Bug fix | Nov 13 2020 | |||
996fba290d56 | richart | Accounting for stupid version of compilers | Nov 13 2020 | |||
e430cc0cba3c | richart | Remaining semicolon | Nov 13 2020 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 | |||
a7cedbf9906c | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
18bc82b3bd6a | richart | A bit of cleanup of the code | Nov 13 2020 | |||
d0b63cea21e3 | richart | Change in pybind11 compilation | Nov 13 2020 | |||
1f6666b97403 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
1ca3bf659e84 | richart | [ci] Extanding the ci: | Nov 13 2020 | |||
5cc4b76ac4b6 | richart | Adding git information to the code | Nov 13 2020 | |||
8f5380fd35d3 | richart | Merge branch 'master' of c4science:/diffusion/AKAPRIV/akantu-private into master | Nov 13 2020 | |||
baacd6b48076 | richart | Changed the way eigen grad u can be set from the material file | Oct 8 2020 | |||
5c8a4684bc7f | anciaux | register the eigen gradu as a material parameter | Oct 8 2020 | |||
f7d749d67510 | richart | Extanding the python interface of FEEngine and cohesive element | Jul 21 2020 | |||
3fb8ce4a66af | anciaux | remove prank and psize from communicator.hh | Jun 23 2020 | |||
c921ebe198ff | pundir | Conflict with master resolved | Jun 19 2020 |
c4science · Help