Go to the source code of this file.
Namespaces | |
OptUtils | |
Functions | |
void | OptUtils::copyReporterIntoPetscVector (const std::vector< std::vector< Real > *> reporterVectors, libMesh::PetscVector< Number > &x) |
void | OptUtils::copyPetscVectorIntoReporter (const libMesh::PetscVector< Number > &x, std::vector< std::vector< Real > *> reporterVectors) |
void | OptUtils::copyReporterIntoPetscMatrix (const std::vector< std::vector< Real > *> reporterVectors, libMesh::PetscMatrix< Number > &x) |
void | OptUtils::copyPetscMatrixIntoReporter (const libMesh::PetscMatrix< Number > &x, std::vector< std::vector< Real > *> reporterVectors) |