13 : _vec(vec), _raw_value(vec.get_array_read())
27 mooseAssert(readable(),
"Array not retrieved");
Tnew cast_ref(Told &oldvar)
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
~PetscVectorReader()
Destructor to make sure the vector is restored every time this goes out of scope. ...
PetscVectorReader(PetscVector< Number > &vec)
Construct using a pets vector.
void restore()
Restore the array, usually upon going out of scope.