Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 28) sorted by relevance

12

/libCEED/examples/solids/src/
H A Dmatops.c23 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 Dmatops.c66 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 Dblasius.h30 …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 Dtaylorgreen.h18 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in ICsTaylorGreen() local
H A Dchannel.h32 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 Ddensitycurrent.h86 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 Dgaussianwave.h28 const CeedScalar(*X)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IC_GaussianWave() local
H A Dadvection.h72 …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 Dshocktube.h77 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 Deulervortex.h64 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 Dbp1sphere.h47 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 Dbp3sphere.h60 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 Dbp2sphere.h21 const CeedScalar *X = in[0], *q_data = in[1]; in SetupMassRhs3() local
H A Dbp4sphere.h21 const CeedScalar *X = in[0], *q_data = in[1]; in SetupDiffRhs3() local
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c216 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 Dmat-ceed.c328 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 Dt330-basis.h61 CeedScalar X[2]; in BuildHdivQuadrilateral() local
H A Dt305-basis.c14 CeedScalar M[p * p], K[p * p], X[p * p], lambda[p]; in main() local
/libCEED/examples/petsc/qfunctions/area/
H A Dareasphere.h47 const CeedScalar *X = in[0], *J = in[1], *w = in[2]; in SetupMassGeoSphere() local
/libCEED/examples/mfem/
H A Dbp3.cpp152 mfem::Vector X, B; in main() local
/libCEED/examples/petsc/
H A Dbpsraw.c224 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 Dbpssphere.c56 Vec X, X_loc, rhs, rhs_loc; in main() local
H A Dbpsswarm.c59 Vec X, X_loc, rhs; in main() local
H A Dbps.c58 Vec X, X_loc, rhs, rhs_loc; in RunWithDM() local
H A Dmultigrid.c62 Vec *X, *X_loc, *mult, rhs, rhs_loc; in main() local

12