Mixed Structures Examples

Available Examples

Example

Description

mixed01

WIP

mixed02

WIP

More: Tutorials (Deprecated) and Example Gallery

How to run a mixed structures example from the distribution

All mixed structures examples are packaged in examples.mixed. To run a specific example use, e.g.:

from femedu import *
from femedu.examples.mixed.mixed01 import *

# load the example
ex = ExampleMixed01()

# print the doc-string for the current example
print(ex)

# run the actual problem
ex.run()