コード例 #1
0
 def SetTime(self, t):
     """SetTime(MatrixCoefficient self, double t)"""
     return _coefficient.MatrixCoefficient_SetTime(self, t)
コード例 #2
0
ファイル: coefficient.py プロジェクト: badashangou/PyMFEM
 def SetTime(self, t):
     return _coefficient.MatrixCoefficient_SetTime(self, t)