Skip to content

Commit 6bfb1ef

Browse files
committed
cmp
1 parent 1046f37 commit 6bfb1ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gallery2/plane/plane-0101.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "3bbf16ae",
5+
"id": "72ad2536",
66
"metadata": {},
77
"source": [
88
"# Koyna Dam "

gallery2/plane/plane-2001.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"id": "1258762d",
5757
"metadata": {},
5858
"source": [
59-
"Create the {py:class}`xara.MultiaxialMaterial`"
59+
"Create the {py:class}`xara.MultiaxialMaterial` using the {ref}`PlasticJ2` formulation:"
6060
]
6161
},
6262
{
@@ -68,7 +68,7 @@
6868
"source": [
6969
"import xara \n",
7070
"material = xara.MultiaxialMaterial(\n",
71-
" type=\"NonlinearJ2\",\n",
71+
" type=\"PlasticJ2\",\n",
7272
" E=70*MPa,\n",
7373
" nu=0.3,\n",
7474
" Fy=0.243*MPa,\n",
@@ -83,7 +83,7 @@
8383
"id": "a7fbf889",
8484
"metadata": {},
8585
"source": [
86-
"Next create a {py:class}`xara.PlaneSection`"
86+
"Next create a {py:class}`xara.PlaneSection` to model the plane strain condition:"
8787
]
8888
},
8989
{

source/user/manual/material/plastic/PlasticJ2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _PlasticJ2:
22

3-
Plastic
4-
^^^^^^^
3+
PlasticJ2
4+
^^^^^^^^^
55

66

77
.. tabs::

0 commit comments

Comments
 (0)