Home
last modified time | relevance | path

Searched defs:target (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/petsc/qfunctions/bps/
H A Dcommon.h15 const CeedScalar *u = in[0], *target = in[1], *q_data = in[2]; in Error() local
25 const CeedScalar *u = in[0], *target = in[1], *q_data = in[2]; in Error3() local
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c44 CeedVector rhs_ceed, CeedVector *target) { in SetupLibceedByDegree()
250 CeedVector x_coord, q_data, target, rhs; in SetupErrorOperator() local
H A Dswarmutils.c586 …(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool setup_rhs, Vec rhs, Vec target) { in SetupProblemSwarm()
/libCEED/examples/petsc/
H A Dbpssphere.c65 CeedVector rhs_ceed, target; in main() local
H A Dbpsswarm.c288 Vec target; in main() local
H A Dbps.c66 CeedVector rhs_ceed, target; in RunWithDM() local
H A Dmultigrid.c68 CeedVector rhs_ceed, target; in main() local
H A Dbpsraw.c298 …ax(OperatorApplyContext op_apply_ctx, CeedOperator op_error, Vec X, CeedVector target, PetscReal *… in ComputeErrorMax()
359 CeedVector x_coord, q_data, rhs_ceed, target; in main() local