- Oct 26, 2021
-
-
Previously only the Volumetric-Deviatoric model was available. Now an Isotropic model is added.
-
- Sep 16, 2021
-
-
KeitaYoshioka authored
-
- Sep 06, 2021
-
-
Alternate minimization. Using PETSc constrained non-linear solver for the phase field. Few updates on variable names and cleanups.
-
- Jul 02, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
Use const references where necessary.
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Aug 03, 2020
-
-
Rename a the method from getNumberOfComponents() to getNumberOfGlobalComponents() in class LocalToGlobalIndexMap.
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Jun 25, 2019
-
-
- Apr 15, 2019
-
-
Dmitri Naumov authored
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
-
- Feb 28, 2019
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Feb 12, 2019
-
-
Dmitri Naumov authored
Current staggered scheme implementation proved to be much better than the monolithic implementation, which fails to predict failure in a shear test.
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 19, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Only in ERR/WARN/INFO/DBUG/OGS_FATAL and similar, not in formatted output like xml files.
-
- Nov 13, 2018
-
-
Dmitri Naumov authored
-
- Jul 30, 2018
-
-
wenqing authored
-
- Mar 07, 2018
-
-
The option has been added to input (none, static, or propagating).
-
- Mar 06, 2018
-
-
- Jan 17, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Dec 11, 2017
-
-
wenqing authored
-
- Dec 04, 2017
- Sep 25, 2017
-
-
Dmitri Naumov authored
This actually saves 20s of compile time.
-
Dmitri Naumov authored
-
- Aug 25, 2017
-
-
Dmitri Naumov authored
-
- Aug 15, 2017
-
-
* added phasefield process and test. * apply clang-format. * added missing integralMeasure for axisymmetric problem. * fixed compilation errors after rebasing. * added unconfined compression ctest. * added missing reference. * renamed specialFunction as calculateDegradedStress. * changed order of stress and strain components. * deleted unused file. * changed IntegrationPointData. * added local results to highlight the deviation. * returned DeltaXCheck true. * modified dimension in ProjectData. * removed second order mesh. * moved history_variable to pushBackState. * added absolute error of displacement for beam3d test. * removed eval() calls in calculation of stress components. * added description for the calculateDegradedStress function. * added types available. * rephrased description. * removed unused C variable. * added model description. * modified types of constitutive relation. * removed CreateLinearElasticPhaseField.h. * added a tag for phasefield_parameters. * added missing phasefield_parameters after PHASE_FIELD. * removed eval() calls in calculation of tensile stress component. * moved process description to PhaseFieldProcess.h. * added description to the undocumented function. * created missing file in documentation. * removed two duplicated files in phasefield process. * removed unused file in documentation. * removed the call to material_model.integrateStress. * removed unused variables. * fixed expression of length scale parameter in documentation.
-