| /libCEED/examples/solids/src/ |
| H A D | matops.c | 23 PetscErrorCode ApplyLocalCeedOp(Vec X, Vec Y, UserMult user) { in ApplyLocalCeedOp() 56 PetscErrorCode FormResidual_Ceed(SNES snes, Vec X, Vec Y, void *ctx) { in FormResidual_Ceed() 77 PetscErrorCode ApplyJacobianCoarse_Ceed(SNES snes, Vec X, Vec Y, void *ctx) { in ApplyJacobianCoarse_Ceed() 92 PetscErrorCode ApplyJacobian_Ceed(Mat A, Vec X, Vec Y) { in ApplyJacobian_Ceed() 108 PetscErrorCode Prolong_Ceed(Mat A, Vec X, Vec Y) { in Prolong_Ceed() 145 PetscErrorCode Restrict_Ceed(Mat A, Vec X, Vec Y) { in Restrict_Ceed() 219 PetscErrorCode ComputeStrainEnergy(DM dmEnergy, UserMult user, CeedOperator op_energy, Vec X, Petsc… in ComputeStrainEnergy()
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 66 PetscErrorCode ApplyLocal_Ceed(Vec X, Vec Y, OperatorApplyContext op_apply_ctx) { in ApplyLocal_Ceed() 93 PetscErrorCode MatMult_Ceed(Mat A, Vec X, Vec Y) { in MatMult_Ceed() 107 PetscErrorCode MatMult_Prolong(Mat A, Vec X, Vec Y) { in MatMult_Prolong() 141 PetscErrorCode MatMult_Restrict(Mat A, Vec X, Vec Y) { in MatMult_Restrict() 175 PetscErrorCode ComputeL2Error(Vec X, PetscScalar *l2_error, OperatorApplyContext op_error_ctx) { in ComputeL2Error()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | blasius.h | 30 …CeedScalar *X; // !< Chebyshev polynomial… member 82 CeedScalar X = 2 * (eta / blasius->eta_max) - 1.; in BlasiusSolution() local 104 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsBlasius() local 135 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in Blasius_Inflow() local 190 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in Blasius_Inflow_Jacobian() local
|
| H A D | taylorgreen.h | 18 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsTaylorGreen() local
|
| H A D | channel.h | 32 CEED_QFUNCTION_HELPER State Exact_Channel(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedI… in Exact_Channel() 67 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsChannel() local 89 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[3]; in Channel_Inflow() local
|
| H A D | densitycurrent.h | 86 CEED_QFUNCTION_HELPER State Exact_DC(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt Nf… in Exact_DC() 135 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsDC() local
|
| H A D | gaussianwave.h | 28 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IC_GaussianWave() local
|
| H A D | advection.h | 72 …LPER CeedInt Exact_AdvectionGeneric(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt Nf… in Exact_AdvectionGeneric() 165 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsAdvection() local 182 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsAdvection2d() local
|
| H A D | shocktube.h | 77 CEED_QFUNCTION_HELPER CeedInt Exact_ShockTube(CeedInt dim, CeedScalar time, const CeedScalar X[], C… in Exact_ShockTube() 183 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsShockTube() local
|
| H A D | eulervortex.h | 64 CEED_QFUNCTION_HELPER int Exact_Euler(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt N… in Exact_Euler() 230 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsEuler() local
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | bp1sphere.h | 47 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupMassGeo() local 108 const CeedScalar *X = in[0], *q_data = in[1]; in SetupMassRhs() local
|
| H A D | bp3sphere.h | 60 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupDiffGeo() local 144 const CeedScalar *X = in[0], *q_data = in[1]; in SetupDiffRhs() local
|
| H A D | bp2sphere.h | 21 const CeedScalar *X = in[0], *q_data = in[1]; in SetupMassRhs3() local
|
| H A D | bp4sphere.h | 21 const CeedScalar *X = in[0], *q_data = in[1]; in SetupDiffRhs3() local
|
| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 216 PetscErrorCode ApplyCeedOperator_Core(Vec X, Vec X_loc, CeedVector x_ceed, CeedVector y_ceed, Vec Y… in ApplyCeedOperator_Core() 241 PetscErrorCode ApplyCeedOperatorGlobalToGlobal(Vec X, Vec Y, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToGlobal() 275 PetscErrorCode ApplyCeedOperatorGlobalToLocal(Vec X, Vec Y_loc, OperatorApplyContext ctx) { in ApplyCeedOperatorGlobalToLocal()
|
| H A D | mat-ceed.c | 328 Vec X; in MatCreateCeed() local 1362 Vec X; in MatCeedContextCreate() local 1553 PetscErrorCode MatMult_Ceed(Mat A, Vec X, Vec Y) { in MatMult_Ceed() 1614 PetscErrorCode MatMultTranspose_Ceed(Mat A, Vec Y, Vec X) { in MatMultTranspose_Ceed()
|
| /libCEED/tests/ |
| H A D | t330-basis.h | 61 CeedScalar X[2]; in BuildHdivQuadrilateral() local
|
| H A D | t305-basis.c | 14 CeedScalar M[p * p], K[p * p], X[p * p], lambda[p]; in main() local
|
| /libCEED/examples/petsc/qfunctions/area/ |
| H A D | areasphere.h | 47 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupMassGeoSphere() local
|
| /libCEED/examples/mfem/ |
| H A D | bp3.cpp | 152 mfem::Vector X, B; in main() local
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 224 static PetscErrorCode MatMult_Mass(Mat A, Vec X, Vec Y) { in MatMult_Mass() 261 static PetscErrorCode MatMult_Diff(Mat A, Vec X, Vec Y) { in MatMult_Diff() 298 …ComputeErrorMax(OperatorApplyContext op_apply_ctx, CeedOperator op_error, Vec X, CeedVector target… in ComputeErrorMax() 348 Vec X, X_loc, rhs, rhs_loc; in main() local
|
| H A D | bpssphere.c | 56 Vec X, X_loc, rhs, rhs_loc; in main() local
|
| H A D | bpsswarm.c | 59 Vec X, X_loc, rhs; in main() local
|
| H A D | bps.c | 58 Vec X, X_loc, rhs, rhs_loc; in RunWithDM() local
|
| H A D | multigrid.c | 62 Vec *X, *X_loc, *mult, rhs, rhs_loc; in main() local
|