Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 68) sorted by relevance

123

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-jit.h11 #define CEED_QFUNCTION(name) inline __device__ int name argument
16 #define CEED_QFUNCTION_RUST(name) … argument
/libCEED/interface/
H A Dceed-qfunction-register.c14 #define CEED_GALLERY_QFUNCTION(name) CEED_INTERN int name(void); argument
36 #define CEED_GALLERY_QFUNCTION(name) \ in CeedQFunctionRegisterAll() argument
H A Dceed-register.c14 #define CEED_BACKEND(name, ...) CEED_INTERN int name(void); argument
36 #define CEED_BACKEND(name, ...) \ in CeedRegisterAll() argument
/libCEED/examples/fluids/src/
H A Dbc_definition.c18 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()
95const char name[], BCDefinition *bc_def, PetscBool *set) { in PetscOptionsBCDefinition_Private()
/libCEED/examples/solids/problems/
H A Dproblems.h17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … argument
30 #define SOLIDS_PROBLEM(name) … argument
/libCEED/examples/fluids/include/
H A Dbc_definition.h14 char *name; member
35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument
/libCEED/python/tests/
H A Dlibceed-qfunctions.c13 #define CEED_QFUNCTION(name) extern int name argument
/libCEED/examples/python/qfunctions/
H A Dqfunctions.c13 #define CEED_QFUNCTION(name) extern int name argument
/libCEED/backends/weak/
H A Dceed-backend-weak.h14 #define CEED_BACKEND(name, num_prefixes, ...) \ argument
/libCEED/include/ceed/jit-source/hip/
H A Dhip-jit.h11 #define CEED_QFUNCTION(name) inline __device__ int name argument
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-jit.h11 #define CEED_QFUNCTION(name) inline static int name argument
/libCEED/gallery/mass/
H A Dceed-massapply.c18 const char *name = "MassApply"; in CeedQFunctionInit_MassApply() local
H A Dceed-mass2dbuild.c18 const char *name = "Mass2DBuild"; in CeedQFunctionInit_Mass2DBuild() local
H A Dceed-mass3dbuild.c18 const char *name = "Mass3DBuild"; in CeedQFunctionInit_Mass3DBuild() local
H A Dceed-mass1dbuild.c18 const char *name = "Mass1DBuild"; in CeedQFunctionInit_Mass1DBuild() local
/libCEED/gallery/scale/
H A Dceed-scale.c18 const char *name = "Scale"; in CeedQFunctionInit_Scale() local
H A Dceed-scale-scalar.c18 const char *name = "Scale (scalar)"; in CeedQFunctionInit_ScaleScalar() local
/libCEED/gallery/identity/
H A Dceed-identity-to-scalar.c19 const char *name = "Identity to scalar"; in CeedQFunctionInit_IdentityScalar() local
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c35 char name[32] = ""; in CeedQFunctionApply_Memcheck() local
48 char name[32] = ""; in CeedQFunctionApply_Memcheck() local
/libCEED/gallery/poisson/
H A Dceed-poisson1dapply.c18 const char *name = "Poisson1DApply"; in CeedQFunctionInit_Poisson1DApply() local
H A Dceed-poisson1dbuild.c18 const char *name = "Poisson1DBuild"; in CeedQFunctionInit_Poisson1DBuild() local
H A Dceed-poisson2dbuild.c18 const char *name = "Poisson2DBuild"; in CeedQFunctionInit_Poisson2DBuild() local
H A Dceed-poisson2dapply.c18 const char *name = "Poisson2DApply"; in CeedQFunctionInit_Poisson2DApply() local
H A Dceed-poisson3dbuild.c18 const char *name = "Poisson3DBuild"; in CeedQFunctionInit_Poisson3DBuild() local
/libCEED/gallery/mass-vector/
H A Dceed-vectormassapply.c18 const char *name = "Vector3MassApply"; in CeedQFunctionInit_Vector3MassApply() local

123