https://mooseframework.inl.gov
Classes | Namespaces | Functions
OptUtils.h File Reference

Go to the source code of this file.

Classes

class  libMesh::PetscVector< T >
 
class  libMesh::PetscMatrix< T >
 

Namespaces

 libMesh
 The following methods are specializations for using the Parallel::packed_range_* routines for a vector of Rays.
 
 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)