PlayaLinearSolverBase.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 
00006 #include "PlayaDefs.hpp"
00007 
00008 #ifdef HAVE_TEUCHOS_EXPLICIT_INSTANTIATION
00009 
00010 #include "PlayaLinearSolverBaseImpl.hpp"
00011 
00012 
00013 template class Playa::LinearSolverBase<double>;
00014 template void Playa::LinearSolverBase<double>::setParameter(const Teuchos::ParameterList& pl, int* val, const std::string& name);
00015 template void Playa::LinearSolverBase<double>::setParameter(const Teuchos::ParameterList& pl, bool* val, const std::string& name);
00016 template void Playa::LinearSolverBase<double>::setParameter(const Teuchos::ParameterList& pl, double* val, const std::string& name);
00017 
00018 #endif

doxygen