Package hedge :: Package backends :: Package cuda :: Module optemplate :: Class BoundaryCombiner
[hide private]
[frames] | no frames]

Class BoundaryCombiner

source code


Combines inner fluxes and boundary fluxes into a single, whole-domain operator of type hedge.backends.cuda.execute.WholeDomainFluxOperator.

Instance Methods [hide private]
 
__init__(self, mesh)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
gather_one_wdflux(self, expressions) source code
 
map_operator_binding(self, expr) source code
 
map_sum(self, expr) source code

Inherited from optemplate.IdentityMapperMixin: map_boundarize, map_boundary_pair, map_diff_base, map_elementwise_max, map_flux_base, map_flux_exchange, map_mass_base, map_normal_component, map_scalar_parameter

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

Inherited from optemplate.FluxOpReducerMixin: map_flux, map_lift

Inherited from pymbolic.mapper.IdentityMapperBase: map_call, map_common_subexpression, map_constant, map_function_symbol, map_list, map_lookup, map_negation, map_numpy_array, map_polynomial, map_power, map_product, map_quotient, map_subscript, map_variable, map_vector

Inherited from pymbolic.mapper.RecursiveMapper: rec

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

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

Class Variables [hide private]
  flux_op_types = hedge.optemplate.FluxOperator, hedge.optemplat...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mesh)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

map_operator_binding(self, expr)

source code 
Overrides: optemplate.IdentityMapperMixin.map_operator_binding

map_sum(self, expr)

source code 
Overrides: pymbolic.mapper.IdentityMapperBase.map_sum

Class Variable Details [hide private]

flux_op_types

Value:
hedge.optemplate.FluxOperator, hedge.optemplate.LiftingFluxOperator