From 21780da815fe4759107c646302af4ee07f21c9c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 27 May 2016 10:31:49 -0500 Subject: [PATCH] Minor edits to the readme file. --- goal_oriented_elastoplasticity/readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/goal_oriented_elastoplasticity/readme.md b/goal_oriented_elastoplasticity/readme.md index 3b38c22..a895ddd 100644 --- a/goal_oriented_elastoplasticity/readme.md +++ b/goal_oriented_elastoplasticity/readme.md @@ -1,11 +1,13 @@ -3d goal-oriented mesh adaptivity in elastoplasticity problems +### 3d goal-oriented mesh adaptivity in elastoplasticity problems The code deals with solving an elastoplasticity problem with linear isotropic hardening. At each load/displacement step, the error based on a prescribed quantity of interest (Goal-oriented error estimation) is computed by using the dual-weighted residual method. -Based on a prescribed error bound and estimated elementwise errors, the mesh is refined/coarsened. Afterwards, the solution is projected to the new mesh and the analysis process is proceeded. +Based on a prescribed error bound and estimated elementwise errors, +the mesh is then refined/coarsened. Afterwards, the solution is projected to the new mesh and the analysis process is repeated. The applied methodology and the solved numerical examples can be found in the following paper: -Ghorashi SSh, Rabczuk T. Goal-Oriented Error Estimation and Mesh Adaptivity in -3d Elastoplasticity Problems. International Journal of Fracture. Accepted. +> Ghorashi SSh, Rabczuk T. "Goal-Oriented Error Estimation and Mesh Adaptivity in +3d Elastoplasticity Problems". +> International Journal of Fracture. Accepted. 2016. -- 2.39.5