| /libCEED/examples/python/qfunctions/ |
| H A D | ex2-surface.h | 90 const CeedScalar *ug = in[0]; in apply_diff() local 96 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in apply_diff() local 114 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in apply_diff() local
|
| H A D | ex3-volume.h | 101 const CeedScalar *u = in[0], *ug = in[1]; in apply_mass_diff() local 114 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in apply_mass_diff() local 140 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in apply_mass_diff() local
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.h | 95 const CeedScalar *ug = in[0]; in apply_diff() local 101 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in apply_diff() local 119 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in apply_diff() local
|
| H A D | ex3-volume.h | 109 const CeedScalar *u = in[0], *ug = in[1]; in apply_mass_diff() local 122 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in apply_mass_diff() local 146 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in apply_mass_diff() local
|
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-poisson1dapply.h | 16 const CeedScalar *ug = in[0], *q_data = in[1]; in Poisson1DApply() local
|
| H A D | ceed-vectorpoisson1dapply.h | 16 const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*q_data) = in[1]; in Vector3Poisson1DApply() local
|
| H A D | ceed-poisson2dapply.h | 16 …const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*q_data)[CEED_Q_VLA] … in Poisson2DApply() local
|
| H A D | ceed-poisson3dapply.h | 16 …const CeedScalar(*ug)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*q_data)[CEED_Q_VLA] … in Poisson3DApply() local
|
| H A D | ceed-vectorpoisson2dapply.h | 16 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in Vector3Poisson2DApply() local
|
| H A D | ceed-vectorpoisson3dapply.h | 16 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in Vector3Poisson3DApply() local
|
| /libCEED/tests/ |
| H A D | t541-operator.h | 38 const CeedScalar *ug = in[0], *q_data = in[1]; in apply() local
|
| H A D | t522-operator.h | 31 const CeedScalar *qd = in[0], *ug = in[1]; in diff() local
|
| H A D | t567-operator.h | 33 …const CeedScalar(*q_data)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*ug)[2][CEED_Q_VL… in diff() local
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | bp4.h | 60 const CeedScalar *ug = in[0], *q_data = in[1]; in Diff3() local
|
| H A D | bp13.h | 51 const CeedScalar *u = in[0], *ug = in[1], *q_data = in[2]; in MassDiff() local
|
| H A D | bp24.h | 62 const CeedScalar *u = in[0], *ug = in[1], *q_data = in[2]; in MassDiff3() local
|
| H A D | bp4sphere.h | 72 const CeedScalar *ug = in[0], *q_data = in[1]; in Diff3() local
|
| H A D | bp3.h | 106 const CeedScalar *ug = in[0], *q_data = in[1]; in Diff() local
|
| H A D | bp3sphere.h | 185 const CeedScalar *ug = in[0], *q_data = in[1]; in Diff() local
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | linear.h | 30 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasResidual_Linear() local 221 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasEnergy_Linear() local 288 …const CeedScalar(*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*ug)[3][CEED_Q_VLA] = … in ElasDiagnostic_Linear() local
|
| H A D | finite-strain-neo-hookean.h | 149 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasFSResidual_NH() local 400 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasFSEnergy_NH() local 470 …const CeedScalar(*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*ug)[3][CEED_Q_VLA] = … in ElasFSDiagnostic_NH() local
|
| H A D | finite-strain-mooney-rivlin.h | 160 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasFSResidual_MR() local 421 …const CeedScalar(*ug)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], (*q_data)[CEED_Q… in ElasFSEnergy_MR() local 512 …const CeedScalar(*u)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0], (*ug)[3][CEED_Q_VLA] = … in ElasFSDiagnostic_MR() local
|
| /libCEED/examples/deal.II/ |
| H A D | bps-qfunctions.h | 207 const CeedScalar *ug = in[0], *qdata = in[1]; in f_apply_poisson() local 251 const CeedScalar *ug = in[0], *qdata = in[1]; in f_apply_poisson_vec() local
|
| /libCEED/examples/mfem/ |
| H A D | bp3.h | 86 const CeedScalar *ug = in[0], *qdata = in[1]; in f_apply_diff() local
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.h | 98 const CeedScalar *ug = in[0]; in diffusionf() local
|