Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 def ComputeMaxError(self, *args):
     return _gridfunc.GridFunction_ComputeMaxError(self, *args)