コード例 #1
0
ファイル: gridfunc.py プロジェクト: kennyweiss/PyMFEM
 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)
コード例 #2
0
 def ProjectDiscCoefficient(self, coeff):
     return _gridfunc.GridFunction_ProjectDiscCoefficient(self, coeff)