def ComputeMaxError(self, *args): r""" ComputeMaxError(GridFunction self, Coefficient exsol, mfem::IntegrationRule const *[] irs=0) -> double ComputeMaxError(GridFunction self, mfem::Coefficient *[] exsol, mfem::IntegrationRule const *[] irs=0) -> double ComputeMaxError(GridFunction self, VectorCoefficient exsol, mfem::IntegrationRule const *[] irs=0) -> double """ return _gridfunc.GridFunction_ComputeMaxError(self, *args)
def ComputeMaxError(self, *args): return _gridfunc.GridFunction_ComputeMaxError(self, *args)