#include "Teuchos_RCP.hpp"
#include "PanzerDiscFE_config.hpp"
#include "Panzer_IntegrationRule.hpp"
#include "Panzer_ArrayTraits.hpp"
#include "Panzer_Dimension.hpp"
#include "Phalanx_MDField.hpp"
#include "Intrepid2_Cubature.hpp"
Go to the source code of this file.
|
template<typename Scalar , typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 > |
KOKKOS_INLINE_FUNCTION void | panzer::swapQuadraturePoints (int cell, int a, int b, T0 &ref_ip_coordinates, T1 &ip_coordinates, T2 &weighted_measure, T3 &jac, T4 &jac_det, T5 &jac_inv, T6 &surface_normals, T7 &surface_rotation_matrices) |
| Swap the ordering of quadrature points in a specified cell. More...
|
|