https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Namespaces | Functions
OptUtils.C File Reference

Go to the source code of this file.

Namespaces

namespace  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)