Searched defs:num_fields (Results 1 – 12 of 12) sorted by relevance
| /libCEED/tests/ |
| H A D | t407-qfunction.c | 37 CeedInt num_fields; in main() local
|
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 31 PetscInt num_fields; in DMFieldToDSField() local 418 PetscInt num_fields, const PetscInt *field_sizes, DM dm) { in DMSetupByOrderBegin_FEM() 511 PetscInt num_fields, const PetscInt *field_sizes, DM dm) { in DMSetupByOrder_FEM()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 228 PetscInt num_fields; in DMFieldToDSField() local
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 866 …Labels(CeedQFunctionContext ctx, const CeedContextFieldLabel **field_labels, CeedInt *num_fields) { in CeedQFunctionContextGetAllFieldLabels()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 21 … CeedVector *e_vecs, CeedVector *q_vecs, CeedInt start_e, CeedInt num_fields, CeedInt Q) { in CeedOperatorSetupFields_Blocked()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 21 CeedInt num_fields, CeedInt Q) { in CeedOperatorSetupFields_Ref() 674 …edVector *e_vecs_full, CeedVector *e_vecs, CeedVector *q_vecs, CeedInt start_e, CeedInt num_fields, in CeedOperatorSetupFieldsAtPoints_Ref()
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 21 … CeedVector *q_vecs, CeedInt start_e, CeedInt num_fields, CeedInt Q) { in CeedOperatorSetupFields_Opt()
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 289 CeedInt num_fields; member 374 CeedInt num_fields; /* Number of fields that have been set */ member
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 118 CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Sycl()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 107 … CeedVector *e_vecs, CeedVector *q_vecs, CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 108 … CeedVector *e_vecs, CeedVector *q_vecs, CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 633 function CeedQFunctionContextGetAllFieldLabels(ctx, field_labels, num_fields) argument
|