Package solvcon :: Package kerpak :: Module elaslin :: Class Beryl
[hide private]
[frames] | no frames]

Class Beryl

source code

object --+                
         |                
  Material --+            
             |            
     Triclinic --+        
                 |        
          Trigonal --+    
                     |    
             Hexagonal --+
                         |
                        Beryl

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
source code

Inherited from Material: __getattr__, __str__, get_bondmat, get_jacos, get_rotmat

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

Class Methods [hide private]

Inherited from Triclinic (private): _check_origstiffzero

Class Variables [hide private]

Inherited from Hexagonal: _zeropoints_

Inherited from Material: K

Instance Variables [hide private]

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

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

Overrides: object.__init__
(inherited documentation)