hedge :: mesh :: Element :: Class Element
[hide private]
[frames] | no frames]

Class Element

source code


Instance Methods [hide private]
 
__init__(self, id, vertex_indices, map, inverse_map, face_normals, face_jacobians)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
bounding_box(self, vertices) source code
 
centroid(self, vertices) source code

Inherited from pytools.Record: __eq__, __getstate__, __ne__, __repr__, __setstate__, copy

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods [hide private]
 
_reorder_vertices(vertex_indices, vertices) source code
Properties [hide private]
  face_jacobians
  face_normals
  id
  inverse_map
  map
  vertex_indices

Inherited from object: __class__

Method Details [hide private]

__init__(self, id, vertex_indices, map, inverse_map, face_normals, face_jacobians)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)