Esempio n. 1
0
 def ComputeH1Error(self, *args):
     r"""
     ComputeH1Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, Coefficient ell_coef, double Nu, int norm_type) -> double
     ComputeH1Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, mfem::IntegrationRule const *[] irs=0) -> double
     """
     return _gridfunc.GridFunction_ComputeH1Error(self, *args)
Esempio n. 2
0
 def ComputeH1Error(self, exsol, exgrad, ell_coef, Nu, norm_type):
     return _gridfunc.GridFunction_ComputeH1Error(self, exsol, exgrad,
                                                  ell_coef, Nu, norm_type)
Esempio n. 3
0
 def ComputeH1Error(self, exsol, exgrad, ell_coef, Nu, norm_type):
     """ComputeH1Error(GridFunction self, Coefficient exsol, VectorCoefficient exgrad, Coefficient ell_coef, double Nu, int norm_type) -> double"""
     return _gridfunc.GridFunction_ComputeH1Error(self, exsol, exgrad,
                                                  ell_coef, Nu, norm_type)