Exemplo n.º 1
0
 def ComputeL1Error(self, *args):
     r"""
     ComputeL1Error(ParGridFunction self, mfem::Coefficient *[] exsol, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeL1Error(ParGridFunction self, Coefficient exsol, mfem::IntegrationRule const *[] irs=0) -> double
     ComputeL1Error(ParGridFunction self, VectorCoefficient exsol, mfem::IntegrationRule const *[] irs=0) -> double
     """
     return _pgridfunc.ParGridFunction_ComputeL1Error(self, *args)
Exemplo n.º 2
0
 def ComputeL1Error(self, *args):
     return _pgridfunc.ParGridFunction_ComputeL1Error(self, *args)