rAKA/srcfeatures/fe_engine_pyth…
rAKA/src
features/fe_engine_pyth…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
9b6bf9319719 | richart | Removing dead code | Mar 5 | |||
5d2ca6c2706c | richart/anciaux | Adding CI on macos | Dec 13 2023 | |||
571699bcd9af | richart | Improving the documentation according to the JOSS review | Dec 12 2023 | |||
9f4afd25dd16 | richart | A not initialized in material_cohesive | Nov 23 2023 | |||
e3dd893dace5 | richart | Bug fix in the assembly of stiffness matrix for cohesive elements | Nov 23 2023 | |||
f45a61a0abfe | richart | More dumper aliases | Sep 28 2023 | |||
96c4bcb7ed57 | richart | Merge branch 'features/changes-to-address-joss-review' of gitlab.com… | Sep 28 2023 | |||
8524c2299432 | richart | Adding aliasses names for dumpers | Sep 28 2023 | |||
34e4ba79a439 | saduruss | fix conflict | Sep 28 2023 | |||
58cff193772f | saduruss | phase-field c++ example | Sep 28 2023 | |||
bef9a046a233 | richart | Correcting nammings and compilation error | Sep 28 2023 | |||
d6dc8dd6c426 | richart | Merge remote-tracking branch 'origin/master' into features/changes-to-address… | Sep 27 2023 | |||
73d9497cc7ba | richart | Missing changes in damage non local | Sep 14 2023 | |||
d96fd9e6de8f | richart | Bug fix in the constructor order | Sep 14 2023 | |||
7cf2965a2846 | richart | Switching to shared_ptr to correct undefined behaviors in the the python… | Sep 14 2023 | |||
312a347ad723 | richart | Renaming compilation profile | Sep 14 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
c8e866554c97 | richart | Bug fix in the coupler interface | Sep 12 2023 | |||
254edd750e3a | richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Sep 12 2023 | |||
f26c9b7daf8b | richart/Nicolas Richart | Correcting problems with math_jax3 plus minor fixes | Sep 8 2023 | |||
4d8f88a27aa2 | Nicolas Richart | More bug introduced during Eigenification | Sep 6 2023 | |||
4abeadecb292 | Nicolas Richart | Transpose wrongly placed | Sep 4 2023 | |||
d8a7c9ab4052 | Nicolas Richart | Exanding coupler interface | Sep 4 2023 | |||
42a18f9a5554 | Nicolas Richart | bug fix in group append | Sep 4 2023 | |||
5b14b292ffd6 | Nicolas Richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Aug 2 2023 | |||
fb1f70bc20e0 | Nicolas Richart | Bug fixes cohesive elements | Aug 1 2023 | |||
0b5b06918b93 | Nicolas Richart | Fixing bugs and adding missing python interface | Jul 28 2023 | |||
4ad6a31e0a1a | Nicolas Richart | Moving heat transfer to diffusion model | Jul 25 2023 | |||
a91fc673e8e7 | Nicolas Richart | [wip] Solved compilation issues | Jul 21 2023 | |||
3ef774152252 | Nicolas Richart | Adding missing python interface and linting | Jul 20 2023 | |||
cd4ab7137869 | Nicolas Richart | Fixing buges and reverting on registerInternal | Jul 20 2023 | |||
378e70d38150 | Nicolas Richart | [wip] Reaching a compiling point need to debug now | Jul 14 2023 | |||
882b8698ac6c | anciaux | Merge branch 'bugfixes/all_bugs_found_by_working_on_tutorials' into 'master' | May 5 2023 | |||
d2b5cf6cfa3b | richart | No lint instead of inline | May 5 2023 | |||
4c27bac0c52b | richart | Bug fix in dummy shynchronizer interface | May 4 2023 | |||
9815bf3c7ce6 | richart | Wrong dimension used | May 4 2023 | |||
ea41a8601b8b | saduruss | code formatting | May 4 2023 | |||
cadd5fc53f8b | saduruss | add phase-field isotropic option | May 3 2023 | |||
f7d19198247b | richart | Bug fix in Mesh::sendEvent | May 2 2023 | |||
d64336973823 | richart | Minor changes in Marigo for dumpers | May 1 2023 | |||
210052b6de93 | richart | Bug fix in applyBC | May 1 2023 | |||
b87903dbd5da | richart | Small rework on randomparameters | May 1 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
3d0478aea235 | richart | Cleaning debug messages | Apr 21 2023 | |||
843d4082f874 | Nicolas Richart | [wip] Changing more internalfields to shared_ptr | Apr 13 2023 | |||
49129e76fff7 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into… | Apr 11 2023 | |||
68a3bb87fbbb | Nicolas Richart | [wip] changing internal fields to std::shared_ptr [ci.skip] | Apr 11 2023 | |||
d723f97de42a | gallyamov | Warning correction and a python example | Apr 4 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
1eba87747331 | saduruss | fixes for code quality | Mar 20 2023 | |||
ccb07ef1e422 | saduruss | fixes for compatibility with Eigen | Mar 16 2023 | |||
5bb957e9b427 | saduruss | solve conflicts with master | Mar 15 2023 | |||
73c5b59569fb | saduruss | fix in damage energy density | Mar 13 2023 | |||
e46872a2555d | saduruss | delete dead code, move unwanted getters to private, put element filter in src | Mar 13 2023 | |||
adcfbd6d923f | Nicolas Richart | Removing the material list generator | Mar 7 2023 | |||
5c7ea5a6ccda | Nicolas Richart | [wip] Making the branch compile after a rebase [ci.skip] | Mar 7 2023 | |||
61931e8adefa | Nicolas Richart | Unizialized memory in phase field material | Mar 3 2023 | |||
5a6abff5d24e | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 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 | |||
7f6701630ec6 | anciaux | Merge branch 'features/47-disable-of-certain-elements' into 'master' | Feb 28 2023 | |||
c26682e55e69 | Nicolas Richart | Removing some code that should be useless | Feb 28 2023 | |||
4885348a2272 | richart/Nicolas Richart | solving ambiguity | Feb 25 2023 | |||
c172a5f9a05d | richart/Nicolas Richart | Submit for testing | Feb 25 2023 | |||
b72e9e25088c | richart/Nicolas Richart | Advancing in compilation problems | Feb 25 2023 | |||
8cdb3c79e7e3 | pundir/Nicolas Richart | moved spatial dimension to the base class | Feb 25 2023 | |||
767c467331c8 | richart/Nicolas Richart | fixing compilations issues | Feb 25 2023 | |||
cea4f240e60d | richart/Nicolas Richart | Adding base interfaces | Feb 25 2023 | |||
4287921e5d9b | richart/Nicolas Richart | Making internal fields more generic | Feb 25 2023 | |||
79c57454cc30 | pundir/Nicolas Richart | few more modifications | Feb 25 2023 | |||
3719412e4978 | pundir/Nicolas Richart | changes to the internal field | Feb 25 2023 | |||
a37413ca05a9 | richart/Nicolas Richart | Advancing more | Feb 25 2023 | |||
8344be23f1d0 | richart/Nicolas Richart | Advancing in the compilation | Feb 25 2023 | |||
b26e7d2721d2 | richart/Nicolas Richart | renaming files | Feb 25 2023 | |||
31237a41d460 | pundir/Nicolas Richart | constitutive laws added | Feb 25 2023 | |||
b87c359bde50 | richart/Nicolas Richart | extracting constitutive laws handler from solid mechanics | Feb 25 2023 | |||
3da4fa0673a2 | richart/Nicolas Richart | Moving internal fields to generic consitutive laws | Feb 25 2023 | |||
72006c9ff770 | richart | Linting the changes | Feb 24 2023 | |||
58fc55365c02 | gallyamov | Bug fix on synchronization of matrix-vector multiplication product | Feb 9 2023 | |||
23cdc15365b4 | saduruss | formatting | Feb 9 2023 | |||
5df917a8797e | saduruss | solved conflicts | Feb 8 2023 | |||
b91b2330a56f | saduruss | bug fix in PhaseFieldModel constructor | Feb 6 2023 | |||
cc0b8dcbb6d0 | richart/saduruss | removed commented code | Feb 6 2023 | |||
08844ab5a290 | saduruss | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | Feb 6 2023 | |||
518da98ed1c3 | saduruss | Merge branch 'master' into bugfixes/46-bug-in-strain-energy-split-and-missing… | 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 | |||
ec0687d64e2f | richart | More code quality cleaning | Jan 29 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
2ccf190bdba8 | richart | Merge remote-tracking branch 'origin/master' into features/eigen | Jan 25 2023 | |||
608f43139c13 | richart | Make the previous commit compile | Jan 24 2023 | |||
8209bc49e9a3 | saduruss | [skip ci] Random G_c for phasefield | Jan 24 2023 | |||
19ccc799ad6e | richart | Made RandomInternalField generic to be usable by other models | Jan 24 2023 | |||
c8b142d3ac4a | Philip Mueller, KY | Added some optimization to `SolidMechanicsModel::reassignMaterial()`. | Jan 24 2023 | |||
a01c59ee807f | richart | Mess-up in the generalized trapezoidal coefficients | Jan 17 2023 | |||
496e0760fd9b | saduruss | test for anisothropic phase field formulation | Jan 12 2023 | |||
14d0cc09de03 | Nicolas Richart | Roll back of eig to eigh | Dec 23 2022 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
6ac75f2cd518 | saduruss | addition of constraint on damage in compression | Dec 14 2022 |
c4science · Help