pyNastran/bdf

This is the pyNastran.bdf.rst file.

errors Module

Inheritance diagram of pyNastran.bdf.errors
exception pyNastran.bdf.errors.CardParseSyntaxError[source]

Bases: SyntaxError

Class that is used for testing. Users should just treat this as a SyntaxError.

exception pyNastran.bdf.errors.CrossReferenceError[source]

Bases: RuntimeError

exception pyNastran.bdf.errors.DisabledCardError[source]

Bases: RuntimeError

lets bdf_test.py flag cards as auto-crashing and then skipping the deck (e.g., CGEN)

exception pyNastran.bdf.errors.DuplicateIDsError[source]

Bases: RuntimeError

exception pyNastran.bdf.errors.EnvironmentVariableError[source]

Bases: SyntaxError

exception pyNastran.bdf.errors.MissingDeckSections[source]

Bases: RuntimeError

exception pyNastran.bdf.errors.ReplicationError[source]

Bases: SyntaxError

exception pyNastran.bdf.errors.SuperelementFlagError[source]

Bases: SyntaxError

exception pyNastran.bdf.errors.UnsupportedCard[source]

Bases: NotImplementedError

Subpackages

bdf_interface

mesh_utils