Home
last modified time | relevance | path

Searched defs:v (Results 201 – 209 of 209) sorted by relevance

123456789

/libCEED/backends/ref/
H A Dceed-ref-basis.c24 CeedScalar *v; in CeedBasisApplyCore_Ref() local
/libCEED/interface/
H A Dceed-fortran.c601 … fCeedBasisApply(int *basis, int *num_elem, int *tmode, int *eval_mode, int *u, int *v, int *err) { in fCeedBasisApply()
737 …int CeedQFunctionFortranStub(void *ctx, int nq, const CeedScalar *const *u, CeedScalar *const *v) { in CeedQFunctionFortranStub()
767 …eedScalar *u12, const CeedScalar *u13, const CeedScalar *u14, const CeedScalar *u15, CeedScalar *v, in fCeedQFunctionCreateInterior()
886 …int *u10, int *u11, int *u12, int *u13, int *u14, int *u15, int *v, int *v1, int *v2, int *v3, int… in fCeedQFunctionApply()
994 CEED_EXTERN void fCeedOperatorSetField(int *op, const char *field_name, int *r, int *b, int *v, int… in fCeedOperatorSetField()
H A Dceed-qfunction.c1150 int CeedQFunctionApply(CeedQFunction qf, CeedInt Q, CeedVector *u, CeedVector *v) { in CeedQFunctionApply()
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h225 CeedScalar(*v)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[0]; in EulerShockTube() local
/libCEED/examples/petsc/
H A Ddmswarm.c371 PetscReal v[dim], J[dim * dim], invJ[dim * dim], detJ; in DMSwarmInterpolateFromCellToSwarm_Petsc() local
/libCEED/rust/libceed/src/
H A Dvector.rs337 let v = v.as_ptr() as *mut crate::Scalar; in from_array() localVariable
H A Dlib.rs1199 let mut v = ceed.vector(ndofs)?; in ceed_t501() localVariable
/libCEED/examples/petsc/src/
H A Dswarmutils.c380 PetscReal v[3], J[9], invJ[9], detJ, v0_ref[3] = {-1.0, -1.0, -1.0}; in DMSwarmCreateReferenceCoordinates() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl435 function CeedBasisApply(basis, num_elem, t_mode, eval_mode, u, v) argument
439 function CeedBasisApplyAtPoints(basis, num_elem, num_points, t_mode, eval_mode, x_ref, u, v) argument
570 function CeedQFunctionApply(qf, Q, u, v) argument
669 function CeedOperatorSetField(op, field_name, r, b, v) argument
1142 function CeedTensorContractApply(contract, A, B, C, J, t, t_mode, Add, u, v) argument
1146 function CeedTensorContractStridedApply(contract, A, B, C, D, J, t, t_mode, add, u, v) argument

123456789