Lines Matching refs:create
56 self.tao = PETSc.TAO().create(comm=self.COMM)
105 x = PETSc.Vec().create(tao.getComm())
108 c = PETSc.Vec().create(tao.getComm())
111 J = PETSc.Mat().create(tao.getComm())
146 x = PETSc.Vec().create(tao.getComm())
149 c = PETSc.Vec().create(tao.getComm())
152 J = PETSc.Mat().create(tao.getComm())
187 x = PETSc.Vec().create(tao.getComm())
190 xl = PETSc.Vec().create(tao.getComm())
194 xu = PETSc.Vec().create(tao.getComm())
216 x = PETSc.Vec().create(tao.getComm())
219 xl = PETSc.Vec().create(tao.getComm())
223 xu = PETSc.Vec().create(tao.getComm())
253 lmvm_ksp = PETSc.KSP().create(tao.getComm())