- Dec 22, 2020
-
-
Tom Fischer authored
-
- Oct 26, 2020
-
-
Dominik Kern authored
-
- Oct 19, 2020
-
-
wenqing authored
-
- Sep 09, 2020
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Feb 12, 2020
-
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
- Oct 10, 2019
-
-
Dmitri Naumov authored
Passing a vector of solutions now.
-
Dmitri Naumov authored
-
- Oct 09, 2019
-
-
Dmitri Naumov authored
preTimestep now accepts a vector of solution together with a process_id. In postTimestep only the vector of solutions has been changed.
-
- Sep 26, 2019
-
-
Dmitri Naumov authored
Semantically identical to vector of references.
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
Drop dt where used together with it's updates etc.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
With this it becomes possible to use the t/dt values directly instead of storing them in *ProcessData and retrieving at later point.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
- Aug 15, 2019
-
-
Dmitri Naumov authored
Now initialization call is executed on all elements, even those marked as non-active.
-
Dmitri Naumov authored
-
- Aug 06, 2019
-
-
wenqing authored
-
- Jun 25, 2019
-
-
- Mar 11, 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 08, 2019
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jun 08, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
MSS being the mesh subsets.
-
- Jun 04, 2018
-
-
Dmitri Naumov authored
-
- May 30, 2018
-
-
Tom Fischer authored
Needed for the description of the balance data.
-
- Mar 20, 2018
-
-
- Mar 12, 2018
-
-
Dmitri Naumov authored
No need for the impl file, because all the templates are instantiated explicitly in the cpp.
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Sep 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.
-
- Aug 01, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-