def test_soln(self): """ Check solution (displacement) field. """ if not self.checkResults: return filename = "%s.h5" % self.outputRoot from pylith.tests.Solution import check_displacements check_displacements(self, filename, self.mesh) return
def test_soln(self): """ Check solution (displacement) field. """ if self.reader is None: return filename = "%s_t0000000.vtk" % self.outputRoot from pylith.tests.Solution import check_displacements check_displacements(self, filename, self.mesh) return