| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 309 …ionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedQFunctionContextSetGeneric() 343 size_t *num_values, void *values) { in CeedQFunctionContextGetGenericRead() 380 void *values) { in CeedQFunctionContextRestoreGenericRead() 401 …tionContextSetDouble(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, double *values) { in CeedQFunctionContextSetDouble() 419 …unctionContext ctx, CeedContextFieldLabel field_label, size_t *num_values, const double **values) { in CeedQFunctionContextGetDoubleRead() 436 …oreDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, const double **values) { in CeedQFunctionContextRestoreDoubleRead() 453 …tionContextSetInt32(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, int32_t *values) { in CeedQFunctionContextSetInt32() 471 …nctionContext ctx, CeedContextFieldLabel field_label, size_t *num_values, const int32_t **values) { in CeedQFunctionContextGetInt32Read() 488 …oreInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, const int32_t **values) { in CeedQFunctionContextRestoreInt32Read() 505 …ctionContextSetBoolean(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, bool *values) { in CeedQFunctionContextSetBoolean() [all …]
|
| H A D | ceed-operator.c | 387 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextSetGeneric() 451 void *values) { in CeedOperatorContextGetGenericRead() 517 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextRestoreGenericRead() 2108 int CeedOperatorSetContextDouble(CeedOperator op, CeedContextFieldLabel field_label, double *values… in CeedOperatorSetContextDouble() 2126 …ad(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const double **values) { in CeedOperatorGetContextDoubleRead() 2141 …storeContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, const double **values) { in CeedOperatorRestoreContextDoubleRead() 2158 int CeedOperatorSetContextInt32(CeedOperator op, CeedContextFieldLabel field_label, int32_t *values… in CeedOperatorSetContextInt32() 2176 …d(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const int32_t **values) { in CeedOperatorGetContextInt32Read() 2191 …storeContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, const int32_t **values) { in CeedOperatorRestoreContextInt32Read() 2208 int CeedOperatorSetContextBoolean(CeedOperator op, CeedContextFieldLabel field_label, bool *values)… in CeedOperatorSetContextBoolean() [all …]
|
| H A D | ceed-preconditioning.c | 671 int CeedOperatorAssembleSingle(CeedOperator op, CeedInt offset, CeedVector values) { in CeedOperatorAssembleSingle() 2587 int CeedOperatorLinearAssemble(CeedOperator op, CeedVector values) { in CeedOperatorLinearAssemble()
|
| /libCEED/examples/fluids/ |
| H A D | stdoutParsing.py | 66 values = parseFile(file) variable
|
| /libCEED/tests/ |
| H A D | t525-operator.c | 55 const int *values; in main() local 86 const double *values; in main() local
|
| H A D | junit_common.py | 49 def __call__(self, parser, namespace, values, option_string=None): argument
|
| /libCEED/examples/solids/src/ |
| H A D | misc.c | 94 const CeedScalar *values; in FormJacobian() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 737 function CeedOperatorLinearAssemble(op, values) argument 793 function CeedOperatorSetContextDouble(op, field_label, values) argument 797 function CeedOperatorGetContextDoubleRead(op, field_label, num_values, values) argument 801 function CeedOperatorRestoreContextDoubleRead(op, field_label, values) argument 805 function CeedOperatorSetContextInt32(op, field_label, values) argument 809 function CeedOperatorGetContextInt32Read(op, field_label, num_values, values) argument 813 function CeedOperatorRestoreContextInt32Read(op, field_label, values) argument 1294 function CeedQFunctionContextSetDouble(ctx, field_label, values) argument 1298 function CeedQFunctionContextGetDoubleRead(ctx, field_label, num_values, values) argument 1302 function CeedQFunctionContextRestoreDoubleRead(ctx, field_label, values) argument [all …]
|
| /libCEED/examples/petsc/ |
| H A D | multigrid.c | 371 const CeedScalar *values; in main() local
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 110 const CeedScalar *values; in MatCeedAssemblePointBlockDiagonalCOO() local 720 const CeedScalar *values; in MatCeedAssembleCOO() local
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 1340 static int CeedOperatorAssembleSingle_Sycl(CeedOperator op, CeedInt offset, CeedVector values) { in CeedOperatorAssembleSingle_Sycl()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 1533 …ic int CeedOperatorAssembleSingleAtPoints_Ref(CeedOperator op, CeedInt offset, CeedVector values) { in CeedOperatorAssembleSingleAtPoints_Ref()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1713 static int CeedOperatorAssembleSingle_Hip(CeedOperator op, CeedInt offset, CeedVector values) { in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1716 static int CeedOperatorAssembleSingle_Cuda(CeedOperator op, CeedInt offset, CeedVector values) { in CeedOperatorAssembleSingle_Cuda()
|