Home
last modified time | relevance | path

Searched refs:CeedSize_FMT (Results 1 – 17 of 17) sorted by relevance

/libCEED/examples/fluids/src/
H A Dpetsc_ops.c73 …tscInt_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", X_size, x_… in OperatorApplyContextCreate()
82 …scInt_FMT ") not correct size for CeedOperator active output size (%" CeedSize_FMT ")", Y_size, y_… in OperatorApplyContextCreate()
91 …"x_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate()
94 …"x_ceed size (%" CeedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_cee… in OperatorApplyContextCreate()
100 …"y_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate()
103 …"y_ceed size (%" CeedSize_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", y_cee… in OperatorApplyContextCreate()
H A Dmat-ceed.c1407 …PetscCheck(x_loc_len == dm_x_loc_len, PETSC_COMM_SELF, PETSC_ERR_LIB, "op (%" CeedSize_FMT ") must… in MatCeedContextCreate()
1409 …len, PETSC_COMM_SELF, PETSC_ERR_LIB, "x_loc (%" CeedSize_FMT ") must match op dimensions (%" CeedS… in MatCeedContextCreate()
1417 …PetscCheck(ctx_y_loc_len == dm_y_loc_len, PETSC_COMM_SELF, PETSC_ERR_LIB, "op (%" CeedSize_FMT ") … in MatCeedContextCreate()
/libCEED/interface/
H A Dceed-vector.c199 …ceed, CEED_ERROR_UNSUPPORTED, "CeedVector must have length >= 0, received %" CeedSize_FMT, length); in CeedVectorCreate()
315 "Invalid value for stop %" CeedSize_FMT ", must be in the range [-1, length]", stop); in CeedVectorCopyStrided()
317 "Invalid value for start %" CeedSize_FMT ", must be in the range [0, stop]", start); in CeedVectorCopyStrided()
420 "Invalid value for stop %" CeedSize_FMT ", must be in the range [-1, length]", stop); in CeedVectorSetValueStrided()
780 " x length: %" CeedSize_FMT " y length: %" CeedSize_FMT, in CeedVectorAXPY()
851 " x length: %" CeedSize_FMT " y length: %" CeedSize_FMT, in CeedVectorAXPBY()
924 " w length: %" CeedSize_FMT " x length: %" CeedSize_FMT " y length: %" CeedSize_FMT, in CeedVectorPointwiseMult()
1097 fprintf(stream, "%sCeedVector length %" CeedSize_FMT "\n", tabs, length); in CeedVectorViewRange()
1099 …fprintf(stream, "%s start: %" CeedSize_FMT "\n%s stop: %" CeedSize_FMT "\n%s step: %" CeedInt… in CeedVectorViewRange()
H A Dceed-elemrestriction.c517 " Current size: %" CeedSize_FMT " New size: %" CeedSize_FMT, in CeedElemRestrictionSetAtPointsEVectorSize()
840 … be at least num_elem * elem_size * num_comp. Expected: > %" CeedSize_FMT " Found: %" CeedSize_FMT, in CeedElemRestrictionCreateStrided()
907 …or must be at least num_points * num_comp. Expected: > %" CeedSize_FMT " Found: %" CeedSize_FMT, (… in CeedElemRestrictionCreateAtPoints()
1173 … be at least num_elem * elem_size * num_comp. Expected: > %" CeedSize_FMT " Found: %" CeedSize_FMT, in CeedElemRestrictionCreateBlockedStrided()
1799 …"%sCeedElemRestriction at points from (%" CeedSize_FMT ", %" CeedInt_FMT ") to %" CeedInt_FMT " el… in CeedElemRestrictionView()
1811 …"%s%sCeedElemRestriction from (%" CeedSize_FMT ", %" CeedInt_FMT ") to %" CeedInt_FMT " elements w… in CeedElemRestrictionView()
H A Dceed-operator.c1013 …"LVector size %" CeedSize_FMT " does not match previous size %" CeedSize_FMT "", l_size, op->input… in CeedOperatorSetField()
1017 …"LVector size %" CeedSize_FMT " does not match previous size %" CeedSize_FMT "", l_size, op->outpu… in CeedOperatorSetField()
1309 …rs must have compatible dimensions; composite operator of shape (%" CeedSize_FMT ", %" CeedSize_FMT in CeedOperatorCompositeAddSub()
1311 "shape (%" CeedSize_FMT ", %" CeedSize_FMT ")", in CeedOperatorCompositeAddSub()
1529 …rs must have compatible dimensions; composite operator of shape (%" CeedSize_FMT ", %" CeedSize_FMT in CeedOperatorGetActiveVectorLengths()
1531 "shape (%" CeedSize_FMT ", %" CeedSize_FMT ")", in CeedOperatorGetActiveVectorLengths()
H A Dceed.c167 …>work_vectors->is_in_use[i], ceed, CEED_ERROR_ACCESS, "Work vector %" CeedSize_FMT " checked out b… in CeedWorkVectorsDestroy()
963 …>work_vectors->is_in_use[i], ceed, CEED_ERROR_ACCESS, "Work vector %" CeedSize_FMT " was not check… in CeedRestoreWorkVector()
H A Dceed-basis.c418 …" Found reference coordinate vector of length %" CeedSize_FMT ", not of length %" CeedSize_FMT ".", in CeedBasisApplyAtPointsCheckDims()
/libCEED/include/ceed/
H A Dtypes.h136 #define CeedSize_FMT "td" macro
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c84 …"QFunction output %" CeedInt_FMT " '%s' entry %" CeedSize_FMT " is NaN after restoring write-only … in CeedQFunctionApply_Memcheck()
H A Dceed-memcheck-vector.c264 … "WARNING: Vec entry %" CeedSize_FMT " is NaN after restoring write-only access", i); in CeedVectorRestoreArray_Memcheck()
/libCEED/examples/fluids/include/
H A Dpetsc-ceed-utils.h217 …WORLD, PETSC_ERR_ARG_SIZ, "X_petsc (%" PetscInt_FMT ") and x_ceed (%" CeedSize_FMT ") must be same… in VecCopyPetscToCeed()
/libCEED/tests/
H A Dt526-operator.c127 …if (flop_estimate != 3042) printf("Incorrect FLOP estimate computed, %" CeedSize_FMT " != 3042\n",… in main()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c135 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c136 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Cuda()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c309 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Hip_shared()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c244 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Cuda_shared()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1482 const CeedSize_FMT = "td" constant