FEM: examples, some comment changes

This commit is contained in:
Bernd Hahnebach
2020-06-23 09:06:45 +02:00
parent 996a59b54a
commit 248fd5e239
6 changed files with 12 additions and 18 deletions

View File

@@ -24,9 +24,8 @@
# to run the example use:
"""
from femexamples import boxanalysis as box
box.setup()
from femexamples.boxanalysis_frequency import setup
setup()
"""

View File

@@ -23,9 +23,8 @@
# to run the example use:
"""
from femexamples import boxanalysis as box
box.setup()
from femexamples.boxanalysis_static import setup
setup()
"""

View File

@@ -23,9 +23,8 @@
# to run the example use:
"""
from femexamples import ccx_cantilever_faceload as canti
canti.setup()
from femexamples.ccx_cantilever_faceload import setup
setup()
"""

View File

@@ -24,9 +24,8 @@
# to run the example use:
"""
from femexamples import ccx_cantilever_hexa20faceload as canti
canti.setup()
from femexamples.ccx_cantilever_hexa20faceload import setup
setup()
"""

View File

@@ -24,9 +24,8 @@
# to run the example use:
"""
from femexamples import ccx_cantilever_nodeload as canti
canti.setup()
from femexamples.ccx_cantilever_nodeload import setup
setup()
"""

View File

@@ -24,9 +24,8 @@
# to run the example use:
"""
from femexamples import ccx_cantilever_prescribeddisplacement as canti
canti.setup()
from femexamples.ccx_cantilever_prescribeddisplacement import setup
setup()
"""