|
Panzer Version of the Day
|
#include "PanzerAdaptersSTK_config.hpp"#include "Teuchos_RCP.hpp"#include "Kokkos_DynRankView.hpp"#include "Phalanx_KokkosDeviceTypes.hpp"#include <unordered_map>#include <string>#include <vector>

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. | |