Package hedge :: Package models :: Module advection :: Class AdvectionOperatorBase
[hide private]
[frames] | no frames]

Class AdvectionOperatorBase

source code


Instance Methods [hide private]
 
__init__(self, v, inflow_tag='inflow', inflow_u=hedge.data.make_tdep_constant(0), outflow_tag='outflow', flux_type='central')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
weak_flux(self) source code
 
max_eigenvalue(self) source code
 
bind(self, discr) source code
 
bind_interdomain(self, my_discr, my_part_data, nb_discr, nb_part_data) source code

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

Class Variables [hide private]
  flux_types = ['central', 'upwind', 'lf']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, v, inflow_tag='inflow', inflow_u=hedge.data.make_tdep_constant(0), outflow_tag='outflow', flux_type='central')
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)