Package solvcon :: Package kerpak :: Module elastic :: Class Triclinic
[hide private]
[frames] | no frames]

Class Triclinic

object --+    
         |    
  Material --+
             |
            Triclinic
Known Subclasses:

The stiffness matrix has to be symmetric.

Nested Classes [hide private]

Inherited from Material: __metaclass__

Instance Methods [hide private]
 
__init__(self, *args, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from Material: __getattr__, __str__

Inherited from Material (private): _eig, _jaco

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
_check_origstiffzero(cls, origstiff)
Check for zero in original stiffness matrix.
Class Variables [hide private]

Inherited from Material: K, _zeropoints_

Instance Variables [hide private]

Inherited from Material: al, be, ga, origstiff, rho, stiff

Properties [hide private]

Inherited from Material: bondmat, eigx, eigy, eigz, jacox, jacoy, jacoz, rotmat, vpx, vpy, vpz

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_check_origstiffzero(cls, origstiff)
Class Method

 

Check for zero in original stiffness matrix.

Overrides: Material._check_origstiffzero

Note: assumed symmetric.