Package hedge :: Module discretization :: Class _FaceGroup
[hide private]
[frames] | no frames]

Class _FaceGroup

source code


Instance Methods [hide private]
 
__init__(self, double_sided, debug)
__init__( (object)arg1, (bool)double_sided) -> None :
source code
 
register_face_index_list(self, identifier, generator) source code
 
commit(self, discr, ldis_loc, ldis_opp) source code

Inherited from _internal.FaceGroup: __reduce__, element_count, face_length

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from _internal.FaceGroup: __instance_size__

Properties [hide private]

Inherited from _internal.FaceGroup: face_count, face_pairs, index_lists, local_el_to_global_el_base

Inherited from object: __class__

Method Details [hide private]

__init__(self, double_sided, debug)
(Constructor)

source code 

__init__( (object)arg1, (bool)double_sided) -> None :

    C++ signature :
        void __init__(_object*,bool)

Overrides: object.__init__
(inherited documentation)