|
Panzer Version of the Day
|
#include "Panzer_STK_SurfaceNodeNormals.hpp"#include "Panzer_STK_Interface.hpp"#include "Panzer_STK_CubeHexMeshFactory.hpp"#include "Panzer_STK_SetupUtilities.hpp"#include "Panzer_WorksetContainer.hpp"#include "Panzer_Workset_Builder.hpp"#include "Panzer_IntegrationValues2.hpp"#include "Panzer_STK_WorksetFactory.hpp"#include "Panzer_CellData.hpp"#include "Panzer_CommonArrayFactories.hpp"#include <stk_mesh/base/Selector.hpp>#include <stk_mesh/base/GetEntities.hpp>#include <stk_mesh/base/GetBuckets.hpp>#include <stk_mesh/base/CreateAdjacentEntities.hpp>#include "Shards_CellTopology.hpp"#include "Intrepid2_CellTools_Serial.hpp"#include "Teuchos_Assert.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | panzer_stk |
Functions | |
| void | panzer_stk::computeSidesetNodeNormals (std::unordered_map< unsigned, std::vector< double > > &normals, const Teuchos::RCP< const panzer_stk::STK_Interface > &mesh, const std::string &sidesetName, const std::string &elementBlockName, std::ostream *out=NULL, std::ostream *pout=NULL) |
| Computes the normals for all nodes associated with a sideset surface. | |
| void | panzer_stk::computeSidesetNodeNormals (std::unordered_map< std::size_t, Kokkos::DynRankView< double, PHX::Device > > &elementToNormalMap, const Teuchos::RCP< const panzer_stk::STK_Interface > &mesh, const std::string &sidesetName, const std::string &elementBlockName, std::ostream *out=NULL, std::ostream *pout=NULL) |
| Computes the normals for all nodes associated with a sideset surface. | |