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

Class Triangle

source code


Instance Methods [hide private]

Inherited from SimplicialElement: contains_point

Inherited from Element: __init__, bounding_box, centroid

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

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

Class Methods [hide private]
 
_reorder_vertices(cls, vertex_indices, vertices, map) source code

Inherited from SimplicialElement: get_map_unit_to_global

Static Methods [hide private]
 
face_vertices(vertices) source code
 
face_normals_and_jacobians(vertices, affine_map)
Compute the normals and face jacobians of the unit element transformed according to `affine_map'.
source code
Class Variables [hide private]
  dimensions = 2
Properties [hide private]

Inherited from SimplicialElement: faces

Inherited from Element: face_jacobians, face_normals, id, inverse_map, map, vertex_indices

Inherited from object: __class__

Method Details [hide private]

_reorder_vertices(cls, vertex_indices, vertices, map)
Class Method

source code 
Overrides: Element._reorder_vertices

face_normals_and_jacobians(vertices, affine_map)
Static Method

source code 

Compute the normals and face jacobians of the unit element transformed according to `affine_map'.

Returns a pair of lists [normals], [jacobians].