コード例 #1
0
 def GetCoeffs(self):
     """GetCoeffs(VectorArrayCoefficient self) -> mfem::Coefficient **"""
     return _coefficient.VectorArrayCoefficient_GetCoeffs(self)
コード例 #2
0
ファイル: coefficient.py プロジェクト: badashangou/PyMFEM
 def GetCoeffs(self):
     return _coefficient.VectorArrayCoefficient_GetCoeffs(self)