From: Wolfgang Bangerth Date: Fri, 27 May 2016 15:31:49 +0000 (-0500) Subject: Minor edits to the readme file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21780da815fe4759107c646302af4ee07f21c9c6;p=code-gallery.git Minor edits to the readme file. --- 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.