| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-jit.h | 11 #define CEED_QFUNCTION(name) inline __device__ int name argument 16 #define CEED_QFUNCTION_RUST(name) … argument
|
| /libCEED/interface/ |
| H A D | ceed-qfunction-register.c | 14 #define CEED_GALLERY_QFUNCTION(name) CEED_INTERN int name(void); argument 36 #define CEED_GALLERY_QFUNCTION(name) \ in CeedQFunctionRegisterAll() argument
|
| H A D | ceed-register.c | 14 #define CEED_BACKEND(name, ...) CEED_INTERN int name(void); argument 36 #define CEED_BACKEND(name, ...) \ in CeedRegisterAll() argument
|
| /libCEED/examples/fluids/src/ |
| H A D | bc_definition.c | 18 PetscErrorCode BCDefinitionCreate(const char *name, PetscInt num_label_values, PetscInt label_value… in BCDefinitionCreate() 37 PetscErrorCode BCDefinitionGetInfo(BCDefinition bc_def, const char *name[], PetscInt *num_label_val… in BCDefinitionGetInfo() 95 … const char name[], BCDefinition *bc_def, PetscBool *set) { in PetscOptionsBCDefinition_Private()
|
| /libCEED/examples/solids/problems/ |
| H A D | problems.h | 17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … argument 30 #define SOLIDS_PROBLEM(name) … argument
|
| /libCEED/examples/fluids/include/ |
| H A D | bc_definition.h | 14 char *name; member 35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument
|
| /libCEED/python/tests/ |
| H A D | libceed-qfunctions.c | 13 #define CEED_QFUNCTION(name) extern int name argument
|
| /libCEED/examples/python/qfunctions/ |
| H A D | qfunctions.c | 13 #define CEED_QFUNCTION(name) extern int name argument
|
| /libCEED/backends/weak/ |
| H A D | ceed-backend-weak.h | 14 #define CEED_BACKEND(name, num_prefixes, ...) \ argument
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-jit.h | 11 #define CEED_QFUNCTION(name) inline __device__ int name argument
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-jit.h | 11 #define CEED_QFUNCTION(name) inline static int name argument
|
| /libCEED/gallery/mass/ |
| H A D | ceed-massapply.c | 18 const char *name = "MassApply"; in CeedQFunctionInit_MassApply() local
|
| H A D | ceed-mass2dbuild.c | 18 const char *name = "Mass2DBuild"; in CeedQFunctionInit_Mass2DBuild() local
|
| H A D | ceed-mass3dbuild.c | 18 const char *name = "Mass3DBuild"; in CeedQFunctionInit_Mass3DBuild() local
|
| H A D | ceed-mass1dbuild.c | 18 const char *name = "Mass1DBuild"; in CeedQFunctionInit_Mass1DBuild() local
|
| /libCEED/gallery/scale/ |
| H A D | ceed-scale.c | 18 const char *name = "Scale"; in CeedQFunctionInit_Scale() local
|
| H A D | ceed-scale-scalar.c | 18 const char *name = "Scale (scalar)"; in CeedQFunctionInit_ScaleScalar() local
|
| /libCEED/gallery/identity/ |
| H A D | ceed-identity-to-scalar.c | 19 const char *name = "Identity to scalar"; in CeedQFunctionInit_IdentityScalar() local
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunction.c | 35 char name[32] = ""; in CeedQFunctionApply_Memcheck() local 48 char name[32] = ""; in CeedQFunctionApply_Memcheck() local
|
| /libCEED/gallery/poisson/ |
| H A D | ceed-poisson1dapply.c | 18 const char *name = "Poisson1DApply"; in CeedQFunctionInit_Poisson1DApply() local
|
| H A D | ceed-poisson1dbuild.c | 18 const char *name = "Poisson1DBuild"; in CeedQFunctionInit_Poisson1DBuild() local
|
| H A D | ceed-poisson2dbuild.c | 18 const char *name = "Poisson2DBuild"; in CeedQFunctionInit_Poisson2DBuild() local
|
| H A D | ceed-poisson2dapply.c | 18 const char *name = "Poisson2DApply"; in CeedQFunctionInit_Poisson2DApply() local
|
| H A D | ceed-poisson3dbuild.c | 18 const char *name = "Poisson3DBuild"; in CeedQFunctionInit_Poisson3DBuild() local
|
| /libCEED/gallery/mass-vector/ |
| H A D | ceed-vectormassapply.c | 18 const char *name = "Vector3MassApply"; in CeedQFunctionInit_Vector3MassApply() local
|