element
Element component package for Femora.
This package contains runtime finite-element definitions that are created
through ElementManager and
exported to OpenSees Tcl as element commands. Components are grouped into
beam, brick, quadrilateral, and special-purpose families.
Normal runtime usage should go through a Model
instance and its element manager entry points, such as
model.element.beam.*, model.element.brick.*, model.element.quad.*,
and model.element.special.*.