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

Class ITimeDependentGivenFunction

source code


Abstract interface for obtaining interpolants of time-dependent functions.

Instance Methods [hide private]
 
volume_interpolant(self, t, discr)
Return the volume interpolant of this function with respect to the discretization.Discretization discr at time {t}.
source code
 
boundary_interpolant(self, t, discr, tag)
Return the boundary interpolant of this function with respect to the discretization.Discretization discr at time t 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__