Ejemplo n.º 1
0
 def ComputeW11Error(self, exsol, exgrad, norm_type, elems=None, irs=0):
     """
     ComputeW11Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, int norm_type, intArray elems=None, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeW11Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, int norm_type, intArray elems=None) -> double
     ComputeW11Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, int norm_type) -> double
     """
     return _gridfunc.GridFunction_ComputeW11Error(self, exsol, exgrad,
                                                   norm_type, elems, irs)
Ejemplo n.º 2
0
 def ComputeW11Error(self, exsol, exgrad, norm_type, elems=None, irs=0):
     return _gridfunc.GridFunction_ComputeW11Error(self, exsol, exgrad,
                                                   norm_type, elems, irs)