| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 186 let name = format!("Mass{}DBuild", dim); in example_1_vector() localVariable
|
| /libCEED/examples/fluids/include/ |
| H A D | mat-ceed-impl.h | 19 char *name, *coo_mat_type; member
|
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 755 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 D | ceed-cuda-compile.cpp | 96 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 D | ex1-volume.c | 187 char name[13] = ""; in main() local
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume.c | 177 char name[13] = ""; in main() local
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 1164 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 D | ceed-fortran.c | 804 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 D | ceed-basis.c | 163 static int CeedScalarView(const char *name, const char *fp_fmt, CeedInt m, CeedInt n, const CeedSca… in CeedScalarView()
|
| /libCEED/tests/ |
| H A D | junit_common.py | 64 name: str = field(default_factory=str) variable in TestSpec
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 21 …erance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const CeedScalar Q_b[5], const char *name, in CheckQWithTolerance()
|
| H A D | bc_freestream.c | 229 …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 D | ceed.py | 584 def QFunctionByName(self, name): argument
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 120 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) { in CreateBCLabel()
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 47 pub fn name(&self) -> &str { in name() method
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 44 const char *name, *name_for_disp; // problem name member
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 311 const char *name; member 378 const char *name; member
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 526 function CeedQFunctionCreateInteriorByName(ceed, name, qf) argument 761 function CeedOperatorSetName(op, name) argument 1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument
|