pyNastran/bdf

This is the pyNastran.bdf.rst file.

errors Module

digraph inheritance3b1fef8e51 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.bdf.errors.AuxModelError" [URL="#pyNastran.bdf.errors.AuxModelError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.CardParseSyntaxError" [URL="#pyNastran.bdf.errors.CardParseSyntaxError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Class that is used for testing."]; "pyNastran.bdf.errors.CrossReferenceError" [URL="#pyNastran.bdf.errors.CrossReferenceError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.DisabledCardError" [URL="#pyNastran.bdf.errors.DisabledCardError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="lets bdf_test.py flag cards as auto-crashing and then skipping the deck (e.g., CGEN)"]; "pyNastran.bdf.errors.DuplicateIDsError" [URL="#pyNastran.bdf.errors.DuplicateIDsError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.EnvironmentVariableError" [URL="#pyNastran.bdf.errors.EnvironmentVariableError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.MissingDeckSections" [URL="#pyNastran.bdf.errors.MissingDeckSections",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.ReplicationError" [URL="#pyNastran.bdf.errors.ReplicationError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.SuperelementFlagError" [URL="#pyNastran.bdf.errors.SuperelementFlagError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "pyNastran.bdf.errors.UnsupportedCard" [URL="#pyNastran.bdf.errors.UnsupportedCard",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }
exception pyNastran.bdf.errors.AuxModelError[source]

Bases: RuntimeError

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