Esempio n. 1
0
 def ComputeL2Error(self, *args):
     r"""
     ComputeL2Error(GridFunction self, Coefficient exsol, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeL2Error(GridFunction self, mfem::Coefficient *[] exsol, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeL2Error(GridFunction self, VectorCoefficient exsol, mfem::IntegrationRule const *[] irs=0, intArray elems=None) -> double
     """
     return _gridfunc.GridFunction_ComputeL2Error(self, *args)
Esempio n. 2
0
 def ComputeL2Error(self, *args):
     return _gridfunc.GridFunction_ComputeL2Error(self, *args)