Ejemplo n.º 1
0
 def ProjectCoefficient(self, *args):
     r"""
     ProjectCoefficient(GridFunction self, Coefficient coeff)
     ProjectCoefficient(GridFunction self, Coefficient coeff, intArray dofs, int vd=0)
     ProjectCoefficient(GridFunction self, VectorCoefficient vcoeff)
     ProjectCoefficient(GridFunction self, VectorCoefficient vcoeff, intArray dofs)
     ProjectCoefficient(GridFunction self, mfem::Coefficient *[] coeff)
     """
     return _gridfunc.GridFunction_ProjectCoefficient(self, *args)
Ejemplo n.º 2
0
 def ProjectCoefficient(self, *args):
     return _gridfunc.GridFunction_ProjectCoefficient(self, *args)