37// Testing if requested vairable is contained in file
38 TEUCHOS_TEST_FOR_EXCEPTION( !hdf5importer_->isContained(varName), std::logic_error, "Requested varName: " << varName << " not contained in hdf file "<< inputFilename_ << ".h5.");
39hdf5importer_->read(varName,readMap_,u_import_Tpetra_); // Reading the variable 'varName' from the file and distribute according to readMap_ to u_import_