Module pmsim::fem

source ·
Expand description

Implements the finite element method

Structs

  • Holds a collection of boundary data structures to perform the integration over the boundary
  • Assists in the integration over the boundary of an element
  • Assists in calculating concentrated loads
  • Holds a collection of concentrated loads
  • Data holds the basic data for a FEM simulation
  • Implements the local Diffusion Element equations
  • Implements a linear-elastic rod element
  • Implements the local Solid Element equations
  • Holds a collection of (generic) finite elements
  • Defines a generic finite element, wrapping an “actual” implementation
  • Holds variables to solve the global linear system
  • Assists in the post-processing of results
  • Assists in calculating prescribed values
  • Holds a collection of prescribed (primary) values
  • Performs a finite element simulation
  • Holds state of a simulation, including primary and secondary variables

Traits