#include "Albany_SamplingBasedScalarResponseFunction.hpp"
Go to the source code of this file.
Classes | |
class | Albany::SolutionFileResponseFunction< VectorNorm > |
Response function representing the difference from a stored vector on disk. More... | |
struct | Albany::NormTwo |
struct | Albany::NormInf |
Namespaces | |
namespace | Albany |
Albany driver code, problems, discretizations, and responses. | |
Defines | |
#define | SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMTWO(name) template class name<Albany::NormTwo>; |
#define | SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMINF(name) template class name<Albany::NormInf>; |
#define | SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS(name) |
#define SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMTWO | ( | name | ) | template class name<Albany::NormTwo>; |
Definition at line 111 of file Albany_SolutionFileResponseFunction.hpp.
#define SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMINF | ( | name | ) | template class name<Albany::NormInf>; |
Definition at line 113 of file Albany_SolutionFileResponseFunction.hpp.
#define SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS | ( | name | ) |
SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMTWO(name) \ SOLFILERESP_INSTANTIATE_TEMPLATE_CLASS_NORMINF(name)
Definition at line 116 of file Albany_SolutionFileResponseFunction.hpp.