| /libCEED/tests/ |
| H A D | t127-vector.c | 26 CeedScalar value = (i - start) % step == 0 ? 42.0 : 1.0; in main() local 45 CeedScalar value = (i - start) % step == 0 ? 42.0 : 0.0; in main() local
|
| H A D | t101-vector.c | 11 static int CheckValues(Ceed ceed, CeedVector x, CeedScalar value) { in CheckValues()
|
| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 16 def add_variable(file, variable, value): argument 20 def add_keyword(file, key, value): argument
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-restriction-curl-oriented.h | 28 CeedScalar value = 0.0; in CurlOrientedNoTranspose() local 53 CeedScalar value = 0.0; in CurlOrientedUnsignedNoTranspose() local 77 CeedScalar value = 0.0; in CurlOrientedTranspose() local 90 CeedScalar value[RSTR_NUM_COMP]; in CurlOrientedTranspose() local 135 CeedScalar value = 0.0; in CurlOrientedUnsignedTranspose() local 148 CeedScalar value[RSTR_NUM_COMP]; in CurlOrientedUnsignedTranspose() local
|
| H A D | hip-ref-restriction-at-points.h | 33 CeedScalar value[RSTR_NUM_COMP]; in AtPointsTranspose() local
|
| H A D | hip-ref-restriction-offset.h | 45 CeedScalar value[RSTR_NUM_COMP]; in OffsetTranspose() local
|
| H A D | hip-ref-restriction-oriented.h | 51 CeedScalar value[RSTR_NUM_COMP]; in OrientedTranspose() local
|
| H A D | hip-gen-templates.h | 60 … SetEVecStandard1d_Single(SharedData_Hip &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard1d_Single() 180 … SetEVecStandard2d_Single(SharedData_Hip &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard2d_Single() 308 … SetEVecStandard3d_Single(SharedData_Hip &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard3d_Single()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-restriction-curl-oriented.h | 28 CeedScalar value = 0.0; in CurlOrientedNoTranspose() local 53 CeedScalar value = 0.0; in CurlOrientedUnsignedNoTranspose() local 77 CeedScalar value = 0.0; in CurlOrientedTranspose() local 90 CeedScalar value[RSTR_NUM_COMP]; in CurlOrientedTranspose() local 135 CeedScalar value = 0.0; in CurlOrientedUnsignedTranspose() local 148 CeedScalar value[RSTR_NUM_COMP]; in CurlOrientedUnsignedTranspose() local
|
| H A D | cuda-ref-restriction-at-points.h | 33 CeedScalar value[RSTR_NUM_COMP]; in AtPointsTranspose() local
|
| H A D | cuda-ref-restriction-offset.h | 45 CeedScalar value[RSTR_NUM_COMP]; in OffsetTranspose() local
|
| H A D | cuda-ref-restriction-oriented.h | 51 CeedScalar value[RSTR_NUM_COMP]; in OrientedTranspose() local
|
| H A D | cuda-gen-templates.h | 60 …SetEVecStandard1d_Single(SharedData_Cuda &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard1d_Single() 181 …SetEVecStandard2d_Single(SharedData_Cuda &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard2d_Single() 310 …SetEVecStandard3d_Single(SharedData_Cuda &data, const CeedInt n, const CeedScalar value, CeedScala… in SetEVecStandard3d_Single()
|
| /libCEED/python/tests/ |
| H A D | test-1-vector.py | 23 def check_values(ceed, x, value): argument
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 81 …ctionFromPlex(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestr… in CreateRestrictionFromPlex() 96 …ionForDomain(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, PetscInt value, CeedInt Q, Ce… in GetRestrictionForDomain()
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 755 PetscErrorCode MatCeedSetContextDouble(Mat mat, const char *name, double value) { in MatCeedSetContextDouble() 806 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble() 843 PetscErrorCode MatCeedSetContextReal(Mat mat, const char *name, PetscReal value) { in MatCeedSetContextReal() 862 PetscErrorCode MatCeedGetContextReal(Mat mat, const char *name, PetscReal *value) { in MatCeedGetContextReal()
|
| /libCEED/python/ |
| H A D | ceed_vector.py | 372 def set_value(self, value): argument
|
| /libCEED/interface/ |
| H A D | ceed-vector.c | 377 int CeedVectorSetValue(CeedVector vec, CeedScalar value) { in CeedVectorSetValue() 412 …orSetValueStrided(CeedVector vec, CeedSize start, CeedSize stop, CeedSize step, CeedScalar value) { in CeedVectorSetValueStrided()
|
| H A D | ceed-fortran.c | 151 CEED_EXTERN void fCeedVectorSetValue(int *vec, CeedScalar *value, int *err) { *err = CeedVectorSetV… in fCeedVectorSetValue()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-vector.c | 102 static int CeedVectorSetValue_Memcheck(CeedVector vec, CeedScalar value) { in CeedVectorSetValue_Memcheck()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 132 CeedScalar value = 0.0; in CeedElemRestrictionOffsetTranspose_Sycl() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 190 …ctionFromPlex(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestr… in CreateRestrictionFromPlex()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 203 function CeedVectorSetValue(vec, value) argument 1282 function CeedQFunctionContextSetGeneric(ctx, field_label, field_type, value) argument 1286 function CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, value) argument 1290 function CeedQFunctionContextRestoreGenericRead(ctx, field_label, field_type, value) argument
|