Functions | |
| def | elementConstructorDecoratorFactory (allowsMaterial, elementHeader, autodiffWrapper=None) |
| def | LinearElastic (basis, element, youngsMod, nu, volumeLoad=None, bp=None, neumannBoundaryLoad=None) |
| def | KirchhoffLoveShell (basis, element, youngsMod, nu, thickness, volumeLoad=None, bp=None, neumannBoundaryLoad=None) |
| def | NonLinearElastic (basis, element, material, volumeLoad=None, bp=None, neumannBoundaryLoad=None) |
| def ikarus.finite_elements.elementConstructorDecoratorFactory | ( | allowsMaterial, | |
| elementHeader, | |||
autodiffWrapper = None |
|||
| ) |
| def ikarus.finite_elements.KirchhoffLoveShell | ( | basis, | |
| element, | |||
| youngsMod, | |||
| nu, | |||
| thickness, | |||
volumeLoad = None, |
|||
bp = None, |
|||
neumannBoundaryLoad = None |
|||
| ) |
| def ikarus.finite_elements.LinearElastic | ( | basis, | |
| element, | |||
| youngsMod, | |||
| nu, | |||
volumeLoad = None, |
|||
bp = None, |
|||
neumannBoundaryLoad = None |
|||
| ) |
| def ikarus.finite_elements.NonLinearElastic | ( | basis, | |
| element, | |||
| material, | |||
volumeLoad = None, |
|||
bp = None, |
|||
neumannBoundaryLoad = None |
|||
| ) |