#include <vector>
#include <string>
#include "Teuchos_RCP.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Albany_Layouts.hpp"
#include "Intrepid_Basis.hpp"
#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_DefaultCubatureFactory.hpp"
#include "Shards_CellTopology.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Albany |
Albany driver code, problems, discretizations, and responses. | |
Functions | |
Teuchos::RCP< Intrepid::Basis < RealType, Intrepid::FieldContainer < RealType > > > | Albany::getIntrepidBasis (const CellTopologyData &ctd, bool compositeTet=false) |
Helper Factory function to construct Intrepid Basis from Shards CellTopologyData. |