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

Class ExecutionMapper

source code


Instance Methods [hide private]
 
exec_assign(self, insn) source code
 
exec_vector_expr_assign(self, insn) source code
 
exec_diff_batch_assign(self, insn) source code
 
exec_flux_batch_assign(self, insn) source code
 
exec_mass_assign(self, insn) source code

Inherited from exec_common.ExecutionMapperBase: __init__, map_boundarize, map_normal_component, map_scalar_parameter

Inherited from optemplate.Evaluator: map_boundary_pair

Inherited from pymbolic.mapper.evaluator.EvaluationMapper: map_call, map_common_subexpression, map_constant, map_list, map_lookup, 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 [hide private]

Inherited from object: __class__