Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 > Struct Template Reference

Public Member Functions

 ComputeBasisCoeffsOnFaces_HCurl (const ViewType1 basisCoeffs, const ViewType1 negPartialProjTan, const ViewType1 negPartialProjCurlNormal, const ViewType1 hgradBasisGradAtBasisEPoints, const ViewType1 wHgradBasisGradAtBasisEPoints, const ViewType1 basisCurlAtBasisCurlEPoints, const ViewType1 basisCurlNormalAtBasisCurlEPoints, const ViewType1 basisAtBasisEPoints, const ViewType1 normalTargetCurlAtTargetEPoints, const ViewType1 basisTanAtBasisEPoints, const ViewType1 hgradBasisGradAtTargetEPoints, const ViewType1 wHgradBasisGradAtTargetEPoints, const ViewType1 wNormalBasisCurlAtBasisCurlEPoints, const ViewType1 basisCurlAtTargetCurlEPoints, const ViewType1 wNormalBasisCurlBasisAtTargetCurlEPoints, const ViewType2 targetAtTargetEPoints, const ViewType1 targetTanAtTargetEPoints, const ViewType2 targetCurlAtTargetCurlEPoints, const ViewType3 basisEWeights, const ViewType3 targetEWeights, const ViewType3 basisCurlEWeights, const ViewType3 targetCurlEWeights, const ViewType4 tagToOrdinal, const ViewType4 hGradTagToOrdinal, const ViewType5 computedDofs, const ViewType1 refFaceNormal, ordinal_type offsetBasis, ordinal_type offsetBasisCurl, ordinal_type offsetTarget, ordinal_type offsetTargetCurl, ordinal_type iface, ordinal_type hgradCardinality, ordinal_type numFaces, ordinal_type numFaceDofs, ordinal_type numEdgeDofs, ordinal_type faceDim, ordinal_type dim)
 
void KOKKOS_INLINE_FUNCTION operator() (const ordinal_type ic) const
 

Public Attributes

const ViewType1 basisCoeffs_
 
const ViewType1 negPartialProjTan_
 
const ViewType1 negPartialProjCurlNormal_
 
const ViewType1 hgradBasisGradAtBasisEPoints_
 
const ViewType1 wHgradBasisGradAtBasisEPoints_
 
const ViewType1 basisCurlAtBasisCurlEPoints_
 
const ViewType1 basisCurlNormalAtBasisCurlEPoints_
 
const ViewType1 basisAtBasisEPoints_
 
const ViewType1 normalTargetCurlAtTargetEPoints_
 
const ViewType1 basisTanAtBasisEPoints_
 
const ViewType1 hgradBasisGradAtTargetEPoints_
 
const ViewType1 wHgradBasisGradAtTargetEPoints_
 
const ViewType1 wNormalBasisCurlAtBasisCurlEPoints_
 
const ViewType1 basisCurlAtTargetCurlEPoints_
 
const ViewType1 wNormalBasisCurlBasisAtTargetCurlEPoints_
 
const ViewType2 targetAtTargetEPoints_
 
const ViewType1 targetTanAtTargetEPoints_
 
const ViewType2 targetCurlAtTargetCurlEPoints_
 
const ViewType3 basisEWeights_
 
const ViewType3 targetEWeights_
 
const ViewType3 basisCurlEWeights_
 
const ViewType3 targetCurlEWeights_
 
const ViewType4 tagToOrdinal_
 
const ViewType4 hGradTagToOrdinal_
 
const ViewType5 computedDofs_
 
const ViewType1 refFaceNormal_
 
ordinal_type offsetBasis_
 
ordinal_type offsetBasisCurl_
 
ordinal_type offsetTarget_
 
ordinal_type offsetTargetCurl_
 
ordinal_type iface_
 
ordinal_type hgradCardinality_
 
ordinal_type numFaces_
 
ordinal_type numFaceDofs_
 
ordinal_type numEdgeDofs_
 
ordinal_type faceDim_
 
ordinal_type dim_
 

Detailed Description

template<typename ViewType1, typename ViewType2, typename ViewType3, typename ViewType4, typename ViewType5>
struct Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >

Definition at line 113 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

Constructor & Destructor Documentation

◆ ComputeBasisCoeffsOnFaces_HCurl()

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::ComputeBasisCoeffsOnFaces_HCurl ( const ViewType1  basisCoeffs,
const ViewType1  negPartialProjTan,
const ViewType1  negPartialProjCurlNormal,
const ViewType1  hgradBasisGradAtBasisEPoints,
const ViewType1  wHgradBasisGradAtBasisEPoints,
const ViewType1  basisCurlAtBasisCurlEPoints,
const ViewType1  basisCurlNormalAtBasisCurlEPoints,
const ViewType1  basisAtBasisEPoints,
const ViewType1  normalTargetCurlAtTargetEPoints,
const ViewType1  basisTanAtBasisEPoints,
const ViewType1  hgradBasisGradAtTargetEPoints,
const ViewType1  wHgradBasisGradAtTargetEPoints,
const ViewType1  wNormalBasisCurlAtBasisCurlEPoints,
const ViewType1  basisCurlAtTargetCurlEPoints,
const ViewType1  wNormalBasisCurlBasisAtTargetCurlEPoints,
const ViewType2  targetAtTargetEPoints,
const ViewType1  targetTanAtTargetEPoints,
const ViewType2  targetCurlAtTargetCurlEPoints,
const ViewType3  basisEWeights,
const ViewType3  targetEWeights,
const ViewType3  basisCurlEWeights,
const ViewType3  targetCurlEWeights,
const ViewType4  tagToOrdinal,
const ViewType4  hGradTagToOrdinal,
const ViewType5  computedDofs,
const ViewType1  refFaceNormal,
ordinal_type  offsetBasis,
ordinal_type  offsetBasisCurl,
ordinal_type  offsetTarget,
ordinal_type  offsetTargetCurl,
ordinal_type  iface,
ordinal_type  hgradCardinality,
ordinal_type  numFaces,
ordinal_type  numFaceDofs,
ordinal_type  numEdgeDofs,
ordinal_type  faceDim,
ordinal_type  dim 
)
inline

Definition at line 155 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

Member Function Documentation

◆ operator()()

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
void KOKKOS_INLINE_FUNCTION Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::operator() ( const ordinal_type  ic) const
inline

Definition at line 197 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

Member Data Documentation

◆ basisAtBasisEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisAtBasisEPoints_

Definition at line 121 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisCoeffs_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisCoeffs_

Definition at line 114 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisCurlAtBasisCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisCurlAtBasisCurlEPoints_

Definition at line 119 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisCurlAtTargetCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisCurlAtTargetCurlEPoints_

Definition at line 127 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisCurlEWeights_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType3 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisCurlEWeights_

Definition at line 134 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisCurlNormalAtBasisCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisCurlNormalAtBasisCurlEPoints_

Definition at line 120 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisEWeights_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType3 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisEWeights_

Definition at line 132 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ basisTanAtBasisEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::basisTanAtBasisEPoints_

Definition at line 123 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ computedDofs_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType5 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::computedDofs_

Definition at line 138 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ dim_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::dim_

Definition at line 150 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ faceDim_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::faceDim_

Definition at line 149 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ hgradBasisGradAtBasisEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::hgradBasisGradAtBasisEPoints_

Definition at line 117 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ hgradBasisGradAtTargetEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::hgradBasisGradAtTargetEPoints_

Definition at line 124 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ hgradCardinality_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::hgradCardinality_

Definition at line 145 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ hGradTagToOrdinal_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType4 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::hGradTagToOrdinal_

Definition at line 137 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ iface_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::iface_

Definition at line 144 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ negPartialProjCurlNormal_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::negPartialProjCurlNormal_

Definition at line 116 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ negPartialProjTan_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::negPartialProjTan_

Definition at line 115 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ normalTargetCurlAtTargetEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::normalTargetCurlAtTargetEPoints_

Definition at line 122 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ numEdgeDofs_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::numEdgeDofs_

Definition at line 148 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ numFaceDofs_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::numFaceDofs_

Definition at line 147 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ numFaces_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::numFaces_

Definition at line 146 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ offsetBasis_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::offsetBasis_

Definition at line 140 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ offsetBasisCurl_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::offsetBasisCurl_

Definition at line 141 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ offsetTarget_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::offsetTarget_

Definition at line 142 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ offsetTargetCurl_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
ordinal_type Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::offsetTargetCurl_

Definition at line 143 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ refFaceNormal_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::refFaceNormal_

Definition at line 139 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ tagToOrdinal_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType4 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::tagToOrdinal_

Definition at line 136 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ targetAtTargetEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType2 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::targetAtTargetEPoints_

Definition at line 129 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ targetCurlAtTargetCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType2 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::targetCurlAtTargetCurlEPoints_

Definition at line 131 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ targetCurlEWeights_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType3 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::targetCurlEWeights_

Definition at line 135 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ targetEWeights_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType3 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::targetEWeights_

Definition at line 133 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ targetTanAtTargetEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::targetTanAtTargetEPoints_

Definition at line 130 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ wHgradBasisGradAtBasisEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::wHgradBasisGradAtBasisEPoints_

Definition at line 118 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ wHgradBasisGradAtTargetEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::wHgradBasisGradAtTargetEPoints_

Definition at line 125 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ wNormalBasisCurlAtBasisCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::wNormalBasisCurlAtBasisCurlEPoints_

Definition at line 126 of file Intrepid2_ProjectionToolsDefHCURL.hpp.

◆ wNormalBasisCurlBasisAtTargetCurlEPoints_

template<typename ViewType1 , typename ViewType2 , typename ViewType3 , typename ViewType4 , typename ViewType5 >
const ViewType1 Intrepid2::FunctorsProjectionTools::ComputeBasisCoeffsOnFaces_HCurl< ViewType1, ViewType2, ViewType3, ViewType4, ViewType5 >::wNormalBasisCurlBasisAtTargetCurlEPoints_

Definition at line 128 of file Intrepid2_ProjectionToolsDefHCURL.hpp.


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