Exemplo n.º 1
0
 def ComputeLpError(self, *args):
     """
     ComputeLpError(GridFunction self, double const p, Coefficient exsol, Coefficient weight=None, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeLpError(GridFunction self, double const p, Coefficient exsol, Coefficient weight=None) -> double
     ComputeLpError(GridFunction self, double const p, Coefficient exsol) -> double
     ComputeLpError(GridFunction self, double const p, VectorCoefficient exsol, Coefficient weight=None, VectorCoefficient v_weight=None, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeLpError(GridFunction self, double const p, VectorCoefficient exsol, Coefficient weight=None, VectorCoefficient v_weight=None) -> double
     ComputeLpError(GridFunction self, double const p, VectorCoefficient exsol, Coefficient weight=None) -> double
     ComputeLpError(GridFunction self, double const p, VectorCoefficient exsol) -> double
     """
     return _gridfunc.GridFunction_ComputeLpError(self, *args)
Exemplo n.º 2
0
 def ComputeLpError(self, *args):
     return _gridfunc.GridFunction_ComputeLpError(self, *args)