00001 //*****************************************************************// 00002 // Albany 2.0: Copyright 2012 Sandia Corporation // 00003 // This Software is released under the BSD license detailed // 00004 // in the file "license.txt" in the top-level Albany directory // 00005 //*****************************************************************// 00006 00007 #include "Albany_BCUtils.hpp" 00008 #include "Albany_BCUtils_Def.hpp" 00009 00010 // Initialize statics 00011 00012 const std::string Albany::DirichletTraits::bcParamsPl = "Dirichlet BCs"; 00013 const std::string Albany::NeumannTraits::bcParamsPl = "Neumann BCs"; 00014 00015 BCUTILS_INSTANTIATE_TEMPLATE_CLASS(Albany::BCUtils) 00016 00017 00018