Function opensn::CopyGlobalVecToSTLvector
Defined in File petsc_utils.h
Function Documentation
-
void opensn::CopyGlobalVecToSTLvector(Vec x, const std::vector<int64_t> &global_indices, std::vector<double> &data)
Copies global values from a PETSc vector to a STL vector.