Continuum Examples
Example |
Description |
---|---|
solid01 |
WIP |
More: Tutorials (Deprecated) and Example Gallery
How to run a solid model example from the distribution
All continuum examples are packaged in examples.solids
.
To run a specific example use, e.g.:
from femedu import *
from femedu.examples.solids.solid01 import *
# load the example
ex = ExampleSolid01()
# print the doc-string for the current example
print(ex)
# run the actual problem
ex.run()