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