Beispiel #1
0
 def ImposeBounds(self, *args):
     """
     ImposeBounds(GridFunction self, int i, Vector weights, Vector _lo, Vector _hi)
     ImposeBounds(GridFunction self, int i, Vector weights, double _min=0.0, double _max)
     ImposeBounds(GridFunction self, int i, Vector weights, double _min=0.0)
     ImposeBounds(GridFunction self, int i, Vector weights)
     """
     return _gridfunc.GridFunction_ImposeBounds(self, *args)
Beispiel #2
0
 def ImposeBounds(self, *args):
     return _gridfunc.GridFunction_ImposeBounds(self, *args)
Beispiel #3
0
 def ImposeBounds(self, *args):
     r"""
     ImposeBounds(GridFunction self, int i, Vector weights, Vector _lo, Vector _hi)
     ImposeBounds(GridFunction self, int i, Vector weights, double _min=0.0, double _max=mfem::infinity())
     """
     return _gridfunc.GridFunction_ImposeBounds(self, *args)