Home
last modified time | relevance | path

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

123

/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs186 let name = format!("Mass{}DBuild", dim); in example_1_vector() localVariable
/libCEED/examples/fluids/include/
H A Dmat-ceed-impl.h19 char *name, *coo_mat_type; member
/libCEED/examples/fluids/src/
H A Dmat-ceed.c755 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/backends/cuda/
H A Dceed-cuda-compile.cpp96 char *name; in CeedCompileCore_Cuda() local
433 int CeedGetKernel_Cuda(Ceed ceed, CUmodule module, const char *name, CUfunction *kernel) { in CeedGetKernel_Cuda()
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c187 char name[13] = ""; in main() local
/libCEED/examples/ceed/
H A Dex1-volume.c177 char name[13] = ""; in main() local
/libCEED/interface/
H A Dceed-operator.c1164 const char *name; in CeedOperatorGetFieldByName() local
1610 int CeedOperatorSetName(CeedOperator op, const char *name) { in CeedOperatorSetName()
1633 int CeedOperatorGetName(CeedOperator op, const char **name) { in CeedOperatorGetName()
1660 const char *name = NULL; in CeedOperatorView_Core() local
H A Dceed-fortran.c804 CEED_EXTERN void fCeedQFunctionCreateInteriorByName(int *ceed, const char *name, int *qf, int *err,… in fCeedQFunctionCreateInteriorByName()
1039 CEED_EXTERN void fCeedOperatorSetName(int *op, const char *name, int *err, fortran_charlen_t name_l… in fCeedOperatorSetName()
H A Dceed-basis.c163 static int CeedScalarView(const char *name, const char *fp_fmt, CeedInt m, CeedInt n, const CeedSca… in CeedScalarView()
/libCEED/tests/
H A Djunit_common.py64 name: str = field(default_factory=str) variable in TestSpec
/libCEED/examples/fluids/problems/
H A Dnewtonian.c21 …erance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const CeedScalar Q_b[5], const char *name, in CheckQWithTolerance()
H A Dbc_freestream.c229 …erance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const CeedScalar Q_b[5], const char *name, in CheckQWithTolerance()
/libCEED/python/
H A Dceed.py584 def QFunctionByName(self, name): argument
/libCEED/examples/petsc/src/
H A Dpetscutils.c120 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) { in CreateBCLabel()
/libCEED/rust/libceed/src/
H A Dqfunction.rs47 pub fn name(&self) -> &str { in name() method
/libCEED/examples/solids/include/
H A Dstructs.h44 const char *name, *name_for_disp; // problem name member
/libCEED/include/
H A Dceed-impl.h311 const char *name; member
378 const char *name; member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl526 function CeedQFunctionCreateInteriorByName(ceed, name, qf) argument
761 function CeedOperatorSetName(op, name) argument
1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument

123