Home
last modified time | relevance | path

Searched refs:fos (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tests/ !
H A Dex63.cxx95 RCP<Teuchos::FancyOStream> fos = Teuchos::fancyOStream(Teuchos::rcpFromRef(std::cout)); in main() local
97 *fos << Amesos2::version() << std::endl << std::endl; in main()
138 A->describe(*fos, Teuchos::VERB_EXTREME); in main()
140 *fos << std::endl << A->description() << std::endl << std::endl; in main()
162 *fos << e.what() << std::endl; in main()
170 *fos << "L+U nnz = " << solver_status.getNnzLU() << std::endl; in main()
177 Xhat->describe(*fos, Teuchos::VERB_EXTREME); in main()
178 X->describe(*fos, Teuchos::VERB_EXTREME); in main()
183 solver->printTiming(*fos); in main()
190 if (myRank == 0) *fos << "Norm2 of Ax - b = " << xhatnorms << std::endl; in main()