Skip to content

Commit 0e07aeb

Browse files
authored
Merge pull request #6884 from alarshi/doc_fix
Modify documentation for stress compositional field names
2 parents 7856ffc + 8af3e07 commit 0e07aeb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source/material_model/viscoelastic.cc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,14 @@ namespace aspect
226226
"compositional fields representing these components must be named "
227227
"and listed in a very specific format, which is designed to minimize "
228228
"mislabeling stress tensor components as distinct 'compositional "
229-
"rock types' (or vice versa). For 2d models, the first six "
230-
"compositional fields must be labeled 'stress\\_xx', 'stress\\_yy' and 'stress\\_xy', "
231-
"'stress\\_xx\\_old', 'stress\\_yy\\_old' and 'stress\\_xy\\_old', "
232-
"In 3d, the first twelve compositional fields must be labeled 'stress\\_xx', "
233-
"'stress\\_yy', 'stress\\_zz', 'stress\\_xy', 'stress\\_xz', 'stress\\_yz', "
234-
"'stress\\_xx\\_old', 'stress\\_yy\\_old', 'stress\\_zz\\_old', "
235-
"'stress\\_xy\\_old', 'stress\\_xz\\_old', 'stress\\_yz\\_old'. "
229+
"rock types' (or vice versa). For 2d models, the first six compositional "
230+
"fields of type stress must be labeled 've\\_stress\\_xx', 've\\_stress\\_yy' "
231+
"and 've\\_stress\\_xy', 've\\_stress\\_xx\\_old', 've\\_stress\\_yy\\_old' "
232+
"and 've\\_stress\\_xy\\_old', In 3d, the first twelve compositional fields "
233+
"of type stress must be labeled 've\\_stress\\_xx', 've\\_stress\\_yy', "
234+
"'ve\\_stress\\_zz', 've\\_stress\\_xy', 've\\_stress\\_xz', 've\\_stress\\_yz', "
235+
"'ve\\_stress\\_xx\\_old', 've\\_stress\\_yy\\_old', 've\\_stress\\_zz\\_old', "
236+
"'ve\\_stress\\_xy\\_old', 've\\_stress\\_xz\\_old', 've\\_stress\\_yz\\_old'. "
236237
"\n\n "
237238
"Expanding the model to include non-linear viscous flow (e.g., "
238239
"diffusion/dislocation creep) and plasticity would produce a "

0 commit comments

Comments
 (0)