Contents Menu Expand Light mode Dark mode Auto light/dark mode
planestress documentation
Light Logo Dark Logo
  • Installation
  • User Guide
    • Theory
  • Examples
    • Test Example
  • API
    • planestress.pre
      • planestress.pre.boundary_condition
        • BoundaryCondition
        • LineBoundaryCondition
        • LineLoad
        • LineSpring
        • LineSupport
        • NodeBoundaryCondition
        • NodeLoad
        • NodeSpring
        • NodeSupport
      • planestress.pre.geometry
        • CurveLoop
        • Facet
        • Geometry
        • Point
        • Surface
      • planestress.pre.library
        • circle
        • gravity
        • rectangle
        • steel_material
      • planestress.pre.load_case
        • LoadCase
      • planestress.pre.material
        • Material
      • planestress.pre.mesh
        • Mesh
        • TaggedEntity
        • TaggedLine
        • TaggedNode
    • planestress.analysis
      • planestress.analysis.finite_element
        • ElementResults
        • FiniteElement
        • LineElement
        • LinearLine
        • RectangularElement
        • Tri3
        • Tri6
        • TriangularElement
      • planestress.analysis.plane_stress
        • PlaneStress
      • planestress.analysis.solver
        • solve_direct
        • solve_direct_sparse
      • planestress.analysis.utils
        • dof_map
    • planestress.post
      • planestress.post.plotting
        • plotting_context
      • planestress.post.results
        • Results

Development

  • License
  • Changelog
Back to top
Edit this page

planestress.pre#

planestress pre-processor.

planestress.pre.boundary_condition

Classes describing a planestress boundary conditions.

planestress.pre.geometry

Classes relating to planestress geometry.

planestress.pre.library

Library of commonly used geometries.

planestress.pre.load_case

Class describing a planestress load case.

planestress.pre.material

Class describing a planestress material.

planestress.pre.mesh

Class describing a planestress mesh.

Next
planestress.pre.boundary_condition
Previous
API
Copyright © 2023, Robbie van Leeuwen
Made with Sphinx and @pradyunsg's Furo