Package hedge :: Package cuda :: Module execute :: Class ExecutionMapper
[frames] | no frames]

Class ExecutionMapper

source code

                        object --+                
                                 |                
            pymbolic.mapper.Mapper --+            
                                     |            
       pymbolic.mapper.RecursiveMapper --+        
                                         |        
pymbolic.mapper.evaluator.EvaluationMapper --+    
                                             |    
                          optemplate.Evaluator --+
                                                 |
                                    object --+   |
                                             |   |
                 optemplate.BoundOpMapperMixin --+
                                                 |
                                    object --+   |
                                             |   |
                optemplate.LocalOpReducerMixin --+
                                                 |
                                                ExecutionMapper

Instance Methods
 
__init__(self, context, executor) source code
 
print_error_structure(self, computed, reference, diff) source code
 
map_diff_base(self, op, field_expr, out=None) source code
 
map_whole_domain_flux(self, wdflux, out=None) source code

Inherited from optemplate.Evaluator: map_boundary_pair

Inherited from pymbolic.mapper.evaluator.EvaluationMapper: map_call, map_constant, map_list, map_lookup, map_negation, map_numpy_array, map_polynomial, map_power, map_product, map_quotient, map_subscript, map_sum, map_variable

Inherited from pymbolic.mapper.RecursiveMapper: rec

Inherited from pymbolic.mapper.Mapper: __call__, handle_unsupported_expression, map_foreign, map_rational

Inherited from optemplate.BoundOpMapperMixin: map_operator_binding

Inherited from optemplate.LocalOpReducerMixin: map_diff, map_inverse_mass, map_mass, map_minv_st, map_stiffness, map_stiffness_t

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

Properties

Inherited from object: __class__

Method Details

__init__(self, context, executor)
(Constructor)

source code 
Overrides: pymbolic.mapper.evaluator.EvaluationMapper.__init__