def nghost(self):
     _, _, _, d = fcboxlib.multifab_info(self.cptr)
     return d
 def ncomp(self):
     _, _, d, _ = fcboxlib.multifab_info(self.cptr)
     return d
 def dim(self):
     d, _, _, _ = fcboxlib.multifab_info(self.cptr)
     return d
Exemple #4
0
 def nghost(self):
   _, _, _, d = fcboxlib.multifab_info(self.cptr)
   return d
Exemple #5
0
 def ncomp(self):
   _, _, d, _ = fcboxlib.multifab_info(self.cptr)
   return d
Exemple #6
0
 def dim(self):
   d, _, _, _ = fcboxlib.multifab_info(self.cptr)
   return d