def nghost(self):
     _, _, _, d = fcboxlib.lmultifab_info(self.cptr)
     return d
 def ncomp(self):
     _, _, d, _ = fcboxlib.lmultifab_info(self.cptr)
     return d
 def dim(self):
     d, _, _, _ = fcboxlib.lmultifab_info(self.cptr)
     return d
예제 #4
0
파일: multifab.py 프로젝트: dwillcox/BoxLib
 def nghost(self):
   _, _, _, d = fcboxlib.lmultifab_info(self.cptr)
   return d
예제 #5
0
파일: multifab.py 프로젝트: dwillcox/BoxLib
 def ncomp(self):
   _, _, d, _ = fcboxlib.lmultifab_info(self.cptr)
   return d
예제 #6
0
파일: multifab.py 프로젝트: dwillcox/BoxLib
 def dim(self):
   d, _, _, _ = fcboxlib.lmultifab_info(self.cptr)
   return d