Exemplo n.º 1
0
 def ProjectBdrCoefficient(self, *args):
     r"""
     ProjectBdrCoefficient(GridFunction self, Coefficient coeff, intArray attr)
     ProjectBdrCoefficient(GridFunction self, VectorCoefficient vcoeff, intArray attr)
     ProjectBdrCoefficient(GridFunction self, mfem::Coefficient *[] coeff, intArray attr)
     """
     return _gridfunc.GridFunction_ProjectBdrCoefficient(self, *args)
Exemplo n.º 2
0
 def ProjectBdrCoefficient(self, *args):
     return _gridfunc.GridFunction_ProjectBdrCoefficient(self, *args)