Intrepid2
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Intrepid2::Impl::Quadrilateral< 9 > Struct Template Reference

Quadrilateral topology, 9 nodes. More...

#include <Intrepid2_CellTopologyTags.hpp>

Public Types

enum  : int {
  dimension = 2, numNode = 9, numVert = 4, numEdge = 4,
  numFace = 0, numIntr = 1
}
 
typedef struct Quadrilateral< 4 > base_cell_topology_type
 

Static Public Member Functions

template<typename PointViewType >
static KOKKOS_INLINE_FUNCTION bool checkPointInclusion (const PointViewType &point, const double threshold)
 

Static Public Attributes

static constexpr double coords [9][3]
 

Detailed Description

template<>
struct Intrepid2::Impl::Quadrilateral< 9 >

Quadrilateral topology, 9 nodes.

Definition at line 267 of file Intrepid2_CellTopologyTags.hpp.

Member Data Documentation

constexpr double Intrepid2::Impl::Quadrilateral< 9 >::coords[9][3]
static
Initial value:
{ {-1.0,-1.0, 0.0}, { 1.0,-1.0, 0.0}, { 1.0, 1.0, 0.0}, {-1.0, 1.0, 0.0},
{ 0.0,-1.0, 0.0}, { 1.0, 0.0, 0.0}, { 0.0, 1.0, 0.0}, {-1.0, 0.0, 0.0}, { 0.0, 0.0, 0.0} }

Definition at line 275 of file Intrepid2_CellTopologyTags.hpp.


The documentation for this struct was generated from the following file: