def Eval(self, T, ip): """Eval(FunctionCoefficient self, ElementTransformation T, IntegrationPoint ip) -> double""" return _coefficient.FunctionCoefficient_Eval(self, T, ip)
def Eval(self, T, ip): return _coefficient.FunctionCoefficient_Eval(self, T, ip)