#include <Panzer_GatherSolution_Input.hpp>
Inherits Teuchos::ParameterListAcceptorDefaultBase.
This class parses the input parameters for the gather solution evaluators. Its goal is to unify the input for all of those evaluators.
Definition at line 62 of file Panzer_GatherSolution_Input.hpp.
◆ GatherSolution_Input() [1/2]
panzer::GatherSolution_Input::GatherSolution_Input |
( |
| ) |
|
◆ GatherSolution_Input() [2/2]
◆ setParameterList() [1/2]
void panzer::GatherSolution_Input::setParameterList |
( |
const Teuchos::ParameterList & |
pl | ) |
|
◆ setParameterList() [2/2]
void panzer::GatherSolution_Input::setParameterList |
( |
const Teuchos::RCP< Teuchos::ParameterList > & |
pl | ) |
|
◆ getValidParameters()
Teuchos::RCP< const Teuchos::ParameterList > panzer::GatherSolution_Input::getValidParameters |
( |
| ) |
const |
◆ getDofNames()
const std::vector< std::string > & panzer::GatherSolution_Input::getDofNames |
( |
| ) |
const |
|
inline |
◆ getIndexerNames()
const std::vector< std::string > & panzer::GatherSolution_Input::getIndexerNames |
( |
| ) |
const |
|
inline |
◆ getBasis()
Teuchos::RCP< const PureBasis > panzer::GatherSolution_Input::getBasis |
( |
| ) |
const |
|
inline |
◆ useTimeDerivativeSolutionVector()
bool panzer::GatherSolution_Input::useTimeDerivativeSolutionVector |
( |
| ) |
const |
|
inline |
◆ getGlobalDataKey()
std::string panzer::GatherSolution_Input::getGlobalDataKey |
( |
| ) |
const |
|
inline |
◆ getTangentNames()
const std::vector< std::vector< std::string > > & panzer::GatherSolution_Input::getTangentNames |
( |
| ) |
const |
|
inline |
◆ getSensitivitiesName()
std::string panzer::GatherSolution_Input::getSensitivitiesName |
( |
| ) |
const |
|
inline |
◆ getGatherSeedIndex()
int panzer::GatherSolution_Input::getGatherSeedIndex |
( |
| ) |
const |
|
inline |
◆ firstSensitivitiesAvailable()
bool panzer::GatherSolution_Input::firstSensitivitiesAvailable |
( |
| ) |
|
|
inline |
◆ secondSensitivitiesAvailable()
bool panzer::GatherSolution_Input::secondSensitivitiesAvailable |
( |
| ) |
|
|
inline |
◆ getSecondSensitivityDataKeyPrefix()
std::string panzer::GatherSolution_Input::getSecondSensitivityDataKeyPrefix |
( |
| ) |
|
|
inline |
◆ dofNames_
std::vector<std::string> panzer::GatherSolution_Input::dofNames_ |
|
private |
◆ indexerNames_
std::vector<std::string> panzer::GatherSolution_Input::indexerNames_ |
|
private |
◆ basis_
Teuchos::RCP<const PureBasis> panzer::GatherSolution_Input::basis_ |
|
private |
◆ useTimeDerivSolnVec_
bool panzer::GatherSolution_Input::useTimeDerivSolnVec_ |
|
private |
◆ globalDataKey_
std::string panzer::GatherSolution_Input::globalDataKey_ |
|
private |
◆ tangentNames_
std::vector<std::vector<std::string> > panzer::GatherSolution_Input::tangentNames_ |
|
private |
◆ sensName_
std::string panzer::GatherSolution_Input::sensName_ |
|
private |
◆ gatherSeedIndex_
int panzer::GatherSolution_Input::gatherSeedIndex_ |
|
private |
◆ firstSensAvail_
bool panzer::GatherSolution_Input::firstSensAvail_ |
|
private |
◆ secondSensAvail_
bool panzer::GatherSolution_Input::secondSensAvail_ |
|
private |
◆ secondSensDataKeyPrefix_
std::string panzer::GatherSolution_Input::secondSensDataKeyPrefix_ |
|
private |
The documentation for this class was generated from the following files: