Esempio n. 1
0
 def ProjectDiscCoefficient(self, *args):
     r"""
     ProjectDiscCoefficient(GridFunction self, VectorCoefficient coeff)
     ProjectDiscCoefficient(GridFunction self, Coefficient coeff, mfem::GridFunction::AvgType type)
     ProjectDiscCoefficient(GridFunction self, VectorCoefficient coeff, mfem::GridFunction::AvgType type)
     """
     return _gridfunc.GridFunction_ProjectDiscCoefficient(self, *args)
Esempio n. 2
0
 def ProjectDiscCoefficient(self, coeff):
     return _gridfunc.GridFunction_ProjectDiscCoefficient(self, coeff)