hedge :: data :: GivenVolumeInterpolant :: Class GivenVolumeInterpolant
[hide private]
[frames] | no frames]

Class GivenVolumeInterpolant

source code


A constant-valued GivenFunction.

Instance Methods [hide private]
 
__init__(self, discr, interpolant)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
volume_interpolant(self, discr)
Return the volume interpolant of this function with respect to the discretization.Discretization discr.
source code
 
boundary_interpolant(self, discr, tag)
Return the boundary interpolant of this function with respect to the discretization.Discretization discr at the boundary tagged with tag.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, discr, interpolant)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

volume_interpolant(self, discr)

source code 

Return the volume interpolant of this function with respect to the discretization.Discretization discr.

Overrides: IGivenFunction.volume_interpolant
(inherited documentation)

boundary_interpolant(self, discr, tag)

source code 

Return the boundary interpolant of this function with respect to the discretization.Discretization discr at the boundary tagged with tag.

Overrides: IGivenFunction.boundary_interpolant
(inherited documentation)