21namespace quadrature_interpolator
27void TensorDerivatives<QVectorLayout::byNODES>(
const int NE,
29 const DofToQuad &maps,
33 if (NE == 0) {
return; }
34 const int dim = maps.FE->GetDim();
35 const int D1D = maps.ndof;
36 const int Q1D = maps.nqpt;
37 const real_t *B = maps.B.Read();
38 const real_t *G = maps.G.Read();
40 const real_t *X = e_vec.Read();
44 constexpr bool P =
false;
46 const int id = (vdim<<8) | (D1D<<4) | Q1D;
50 return Derivatives1D<L,P>(NE,G,J,X,Y,
dim,vdim,D1D,Q1D);
56 case 0x133:
return Derivatives2D<L,P,1,3,3,16>(NE,B,G,J,X,Y);
57 case 0x134:
return Derivatives2D<L,P,1,3,4,16>(NE,B,G,J,X,Y);
58 case 0x143:
return Derivatives2D<L,P,1,4,3,16>(NE,B,G,J,X,Y);
59 case 0x144:
return Derivatives2D<L,P,1,4,4,16>(NE,B,G,J,X,Y);
61 case 0x222:
return Derivatives2D<L,P,2,2,2,16>(NE,B,G,J,X,Y);
62 case 0x223:
return Derivatives2D<L,P,2,2,3,8>(NE,B,G,J,X,Y);
63 case 0x224:
return Derivatives2D<L,P,2,2,4,4>(NE,B,G,J,X,Y);
64 case 0x225:
return Derivatives2D<L,P,2,2,5,4>(NE,B,G,J,X,Y);
65 case 0x226:
return Derivatives2D<L,P,2,2,6,2>(NE,B,G,J,X,Y);
67 case 0x233:
return Derivatives2D<L,P,2,3,3,2>(NE,B,G,J,X,Y);
68 case 0x234:
return Derivatives2D<L,P,2,3,4,4>(NE,B,G,J,X,Y);
69 case 0x243:
return Derivatives2D<L,P,2,4,3,4>(NE,B,G,J,X,Y);
70 case 0x236:
return Derivatives2D<L,P,2,3,6,2>(NE,B,G,J,X,Y);
72 case 0x244:
return Derivatives2D<L,P,2,4,4,2>(NE,B,G,J,X,Y);
73 case 0x245:
return Derivatives2D<L,P,2,4,5,2>(NE,B,G,J,X,Y);
74 case 0x246:
return Derivatives2D<L,P,2,4,6,2>(NE,B,G,J,X,Y);
75 case 0x247:
return Derivatives2D<L,P,2,4,7,2>(NE,B,G,J,X,Y);
77 case 0x256:
return Derivatives2D<L,P,2,5,6,2>(NE,B,G,J,X,Y);
82 if (D1D > MD || Q1D > MQ)
86 Derivatives2D<L,P>(NE,B,G,J,X,Y,
dim,vdim,D1D,Q1D);
95 case 0x124:
return Derivatives3D<L,P,1,2,4>(NE,B,G,J,X,Y);
96 case 0x133:
return Derivatives3D<L,P,1,3,3>(NE,B,G,J,X,Y);
97 case 0x134:
return Derivatives3D<L,P,1,3,4>(NE,B,G,J,X,Y);
98 case 0x136:
return Derivatives3D<L,P,1,3,6>(NE,B,G,J,X,Y);
99 case 0x144:
return Derivatives3D<L,P,1,4,4>(NE,B,G,J,X,Y);
100 case 0x148:
return Derivatives3D<L,P,1,4,8>(NE,B,G,J,X,Y);
102 case 0x323:
return Derivatives3D<L,P,3,2,3>(NE,B,G,J,X,Y);
103 case 0x324:
return Derivatives3D<L,P,3,2,4>(NE,B,G,J,X,Y);
104 case 0x325:
return Derivatives3D<L,P,3,2,5>(NE,B,G,J,X,Y);
105 case 0x326:
return Derivatives3D<L,P,3,2,6>(NE,B,G,J,X,Y);
107 case 0x333:
return Derivatives3D<L,P,3,3,3>(NE,B,G,J,X,Y);
108 case 0x334:
return Derivatives3D<L,P,3,3,4>(NE,B,G,J,X,Y);
109 case 0x335:
return Derivatives3D<L,P,3,3,5>(NE,B,G,J,X,Y);
110 case 0x336:
return Derivatives3D<L,P,3,3,6>(NE,B,G,J,X,Y);
111 case 0x344:
return Derivatives3D<L,P,3,4,4>(NE,B,G,J,X,Y);
112 case 0x346:
return Derivatives3D<L,P,3,4,6>(NE,B,G,J,X,Y);
113 case 0x347:
return Derivatives3D<L,P,3,4,7>(NE,B,G,J,X,Y);
114 case 0x348:
return Derivatives3D<L,P,3,4,8>(NE,B,G,J,X,Y);
119 MFEM_VERIFY(D1D <= MD,
"Orders higher than " << MD-1
120 <<
" are not supported!");
121 MFEM_VERIFY(Q1D <= MQ,
"Quadrature rules with more than "
122 << MQ <<
" 1D points are not supported!");
123 Derivatives3D<L,P>(NE,B,G,J,X,Y,vdim,D1D,Q1D);
128 mfem::out <<
"Unknown kernel 0x" << std::hex <<
id << std::endl;
129 MFEM_ABORT(
"Kernel not supported yet");
OutStream out(std::cout)
Global stream used by the library for standard output. Initially it uses the same std::streambuf as s...
QVectorLayout
Type describing possible layouts for Q-vectors.
@ byNODES
NQPT x VDIM x NE (values) / NQPT x VDIM x DIM x NE (grads)
static const DeviceDofQuadLimits & Get()
Return a const reference to the DeviceDofQuadLimits singleton.
int MAX_INTERP_1D
Maximum number of points for use in QuadratureInterpolator.
int MAX_D1D
Maximum number of 1D nodal points.
int MAX_Q1D
Maximum number of 1D quadrature points.