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

Class IGivenFunction

source code


Abstract interface for obtaining interpolants of time-independent functions.

Instance Methods [hide private]
 
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__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__