Classes | Namespaces | Defines

Albany_SolutionFileResponseFunction.hpp File Reference

#include "Albany_SamplingBasedScalarResponseFunction.hpp"
Include dependency graph for Albany_SolutionFileResponseFunction.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

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