Skip to content
Snippets Groups Projects
  1. Oct 26, 2021
  2. Sep 16, 2021
  3. Sep 06, 2021
  4. Jul 02, 2021
  5. Apr 04, 2021
  6. Mar 09, 2021
  7. Jan 11, 2021
  8. Jan 01, 2021
  9. Aug 03, 2020
  10. Apr 14, 2020
  11. Apr 10, 2020
  12. Jan 03, 2020
  13. Nov 03, 2019
  14. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      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/'
      af7e4029
  15. Jun 25, 2019
  16. Apr 15, 2019
  17. Mar 11, 2019
  18. Feb 28, 2019
  19. Feb 27, 2019
  20. Feb 12, 2019
  21. Jan 06, 2019
  22. Dec 19, 2018
  23. Nov 13, 2018
  24. Jul 30, 2018
  25. Mar 07, 2018
  26. Mar 06, 2018
  27. Jan 17, 2018
  28. Jan 02, 2018
  29. Dec 11, 2017
  30. Dec 04, 2017
  31. Sep 25, 2017
  32. Aug 25, 2017
  33. Aug 15, 2017
    • xingyuanmiao's avatar
      Phasefield (#1895) · fd497b05
      xingyuanmiao authored and Dmitri Naumov's avatar Dmitri Naumov committed
      * 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.
      fd497b05
Loading