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

Go to the source code of this file.

Namespaces

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