FEM: examples, some comment changes
This commit is contained in:
@@ -24,9 +24,8 @@
|
||||
|
||||
# to run the example use:
|
||||
"""
|
||||
from femexamples import boxanalysis as box
|
||||
|
||||
box.setup()
|
||||
from femexamples.boxanalysis_frequency import setup
|
||||
setup()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -23,9 +23,8 @@
|
||||
|
||||
# to run the example use:
|
||||
"""
|
||||
from femexamples import boxanalysis as box
|
||||
|
||||
box.setup()
|
||||
from femexamples.boxanalysis_static import setup
|
||||
setup()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user