| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 73 …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 D | mat-ceed.c | 1407 …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 D | ceed-vector.c | 199 …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 D | ceed-elemrestriction.c | 517 " 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 D | ceed-operator.c | 1013 …"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 D | ceed.c | 167 …>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 D | ceed-basis.c | 418 …" Found reference coordinate vector of length %" CeedSize_FMT ", not of length %" CeedSize_FMT ".", in CeedBasisApplyAtPointsCheckDims()
|
| /libCEED/include/ceed/ |
| H A D | types.h | 136 #define CeedSize_FMT "td" macro
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunction.c | 84 …"QFunction output %" CeedInt_FMT " '%s' entry %" CeedSize_FMT " is NaN after restoring write-only … in CeedQFunctionApply_Memcheck()
|
| H A D | ceed-memcheck-vector.c | 264 … "WARNING: Vec entry %" CeedSize_FMT " is NaN after restoring write-only access", i); in CeedVectorRestoreArray_Memcheck()
|
| /libCEED/examples/fluids/include/ |
| H A D | petsc-ceed-utils.h | 217 …WORLD, PETSC_ERR_ARG_SIZ, "X_petsc (%" PetscInt_FMT ") and x_ceed (%" CeedSize_FMT ") must be same… in VecCopyPetscToCeed()
|
| /libCEED/tests/ |
| H A D | t526-operator.c | 127 …if (flop_estimate != 3042) printf("Incorrect FLOP estimate computed, %" CeedSize_FMT " != 3042\n",… in main()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 135 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 136 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Cuda()
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 309 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Hip_shared()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 244 " Found %" CeedSize_FMT ", Required %" CeedSize_FMT, in CeedBasisApplyAtPointsCore_Cuda_shared()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1482 const CeedSize_FMT = "td" constant
|