コード例 #1
0
 def validate(self, mesh, mod):
     """Validate the mesh"""
     return WC.at_least_a_group(self.give("imposed-temps"), mesh, mod)
コード例 #2
0
 def validate(self, mesh, mod):
     """Validate the mesh"""
     return WC.at_least_a_group(self.give("boundaries"), mesh, mod)
コード例 #3
0
 def validate(self, mesh, mod):
     """Validate the mesh"""
     return WC.at_least_a_group(self.give("boundaries"), mesh, mod)
コード例 #4
0
 def validate(self, mesh, mod):
     """Validate the mesh"""
     return WC.at_least_a_group(self.give("imposed-temps"), mesh, mod)