Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 223) sorted by relevance

123456789

/libCEED/python/tests/output/ !
H A Dtest_523.out7 Name: "weights"
12 Name: "dx"
18 Name: "rho"
27 Name: "weights"
32 Name: "dx"
38 Name: "rho"
49 Name: "rho"
54 Name: "u"
60 Name: "v"
69 Name: "rho"
[all …]
H A Dtest_413.out4 Name: "dx"
8 Name: "weights"
13 Name: "qdata"
20 Name: "u"
24 Name: "qdata"
29 Name: "v"
H A Dtest_402.out4 Name: "w"
8 Name: "dx"
13 Name: "qdata"
20 Name: "qdata"
24 Name: "u"
29 Name: "v"
H A Dtest_504.out6 Name: "weights"
11 Name: "dx"
17 Name: "rho"
28 Name: "rho"
33 Name: "u"
39 Name: "v"
/libCEED/tests/output/ !
H A Dt523-operator-f.out7 Name: "weight"
12 Name: "dx"
18 Name: "rho"
27 Name: "weight"
32 Name: "dx"
38 Name: "rho"
48 Name: "rho"
53 Name: "u"
59 Name: "v"
68 Name: "rho"
[all …]
H A Dt523-operator.out10 Name: "weight"
15 Name: "dx"
21 Name: "rho"
30 Name: "weight"
35 Name: "dx"
41 Name: "rho"
54 Name: "rho"
59 Name: "u"
65 Name: "v"
74 Name: "rho"
[all …]
H A Dt413-qfunction-f.out4 Name: "dx"
8 Name: "weights"
13 Name: "qdata"
19 Name: "u"
23 Name: "qdata"
28 Name: "v"
34 Name: "u"
38 Name: "qdata"
43 Name: "v"
H A Dt413-qfunction.out4 Name: "dx"
8 Name: "weights"
13 Name: "qdata"
19 Name: "u"
23 Name: "qdata"
28 Name: "v"
34 Name: "u"
38 Name: "qdata"
43 Name: "v"
H A Dt402-qfunction-f.out4 Name: "w"
9 Name: "qdata"
15 Name: "qdata"
19 Name: "u"
24 Name: "v"
32 Name: "qdata"
36 Name: "u"
41 Name: "v"
H A Dt402-qfunction.out4 Name: "w"
9 Name: "q data"
15 Name: "q data"
19 Name: "u"
24 Name: "v"
33 Name: "q data"
37 Name: "u"
42 Name: "v"
H A Dt504-operator-f.out6 Name: "weight"
11 Name: "dx"
17 Name: "rho"
27 Name: "rho"
32 Name: "u"
38 Name: "v"
H A Dt504-operator.out7 Name: "weight"
12 Name: "dx"
18 Name: "rho"
29 Name: "rho"
34 Name: "u"
40 Name: "v"
/libCEED/examples/fluids/src/ !
H A Dbc_definition.c13 @param[in] name Name of the boundary condition
18 PetscErrorCode BCDefinitionCreate(const char *name, PetscInt num_label_values, PetscInt label_value… in BCDefinitionCreate() argument
22 PetscCall(PetscStrallocpy(name, &(*bc_def)->name)); in BCDefinitionCreate()
33 @param[out] name Name of the `BCDefinition`
37 PetscErrorCode BCDefinitionGetInfo(BCDefinition bc_def, const char *name[], PetscInt *num_label_val… in BCDefinitionGetInfo() argument
39 if (name) *name = bc_def->name; in BCDefinitionGetInfo()
54 if ((*bc_def)->name) PetscCall(PetscFree((*bc_def)->name)); in BCDefinitionDestroy()
95 … const char name[], BCDefinition *bc_def, PetscBool *set) { in PetscOptionsBCDefinition_Private() argument
101 PetscCall(BCDefinitionCreate(name, num_label_values, label_values, bc_def)); in PetscOptionsBCDefinition_Private()
/libCEED/.github/workflows/ !
H A Drust-test-with-style.yml1 name: Rust
19 - name: Environment setup
21 - name: Rust setup
27 - name: Install cargo-llvm-cov
31 - name: Rust test with coverage
36 - name: Codecov upload
51 - name: Environment setup
53 - name: Rust setup
59 - name: Rust style
H A Dpython-wheels.yml1 name: Python Wheels
15 name: Build wheels on ${{ matrix.os }}
18 contains(github.event.pull_request.labels.*.name, 'release preparation')) ||
30 - name: Build wheels
38 name: Build source distribution
41 contains(github.event.pull_request.labels.*.name, 'release preparation')) ||
48 - name: Build sdist
66 # if `name: artifact` is omitted, the action will create extra parent dir
67 name: artifact
H A Dpython-test-with-style.yml1 name: Python
20 - name: Environment setup
22 - name: Python setup
26 - name: Python dependencies
30 - name: Python test
44 - name: Python style
50 - name: Python version
H A Dc-fortran-test-linux-osx.yml1 name: C/Fortran
22 - name: Environment setup
24 - name: Set compiler
45 - name: Show compiler version
47 - name: Build and test libCEED
/libCEED/examples/solids/problems/ !
H A Dproblems.h17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … argument
18 …PetscCall(PetscFunctionListAdd(&list->setupPhysics, name, PhysicsContext_##physics)); …
19 …PetscCall(PetscFunctionListAdd(&list->setupSmootherPhysics, name, PhysicsSmootherContext_##physics…
20 …PetscCall(PetscFunctionListAdd(&list->setupLibceedFineLevel, name, SetupLibceedFineLevel_##fname))…
21 PetscCall(PetscFunctionListAdd(&list->setupLibceedLevel, name, SetupLibceedLevel_##fname));
30 #define SOLIDS_PROBLEM(name) … argument
31 …PetscErrorCode SetupLibceedFineLevel_##name(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppC…
34 …PetscErrorCode SetupLibceedLevel_##name(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt…
/libCEED/examples/fluids/include/ !
H A Dbc_definition.h14 char *name; member
31 @param[in] name String that sets the name of the `BCDefinition`
35 #define PetscOptionsBCDefinition(opt, text, man, name, bc_def, set) \ argument
36 PetscOptionsBCDefinition_Private(PetscOptionsObject, opt, text, man, name, bc_def, set)
38 … const char name[], BCDefinition *bc_def, PetscBool *set);
40 PetscErrorCode BCDefinitionCreate(const char *name, PetscInt num_label_values, PetscInt label_value…
41 PetscErrorCode BCDefinitionGetInfo(BCDefinition bc_def, const char *name[], PetscInt *num_label_val…
/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
17 …extern "C" __device__ int name##_rs(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedS…
18 …static __device__ int name(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *co…
/libCEED/tests/ !
H A Dt407-qfunction.c41 const char *name; in main() local
45 CeedContextFieldLabelGetDescription(field_labels[0], &name, NULL, &num_values, NULL, &type); in main()
46 …if (strcmp(name, "time")) printf("Incorrect context field description for time: \"%s\" != \"time\"… in main()
55 CeedContextFieldLabelGetDescription(field_labels[1], &name, NULL, &num_values, NULL, &type); in main()
56 …if (strcmp(name, "count")) printf("Incorrect context field description for count: \"%s\" != \"coun… in main()
65 CeedContextFieldLabelGetDescription(field_labels[2], &name, NULL, &num_values, NULL, &type); in main()
66 …if (strcmp(name, "is set")) printf("Incorrect context field description for count: \"%s\" != \"cou… in main()
H A Djunit_common.py64 name: str = field(default_factory=str) variable in TestSpec
92 test (str): Name of test
104 test (str): Name of test
116 test (str): Name of test
117 output_file (str): File name of output file
176 test (str): Name of test
185 test (str): Name of test
199 test (str): Name of test
213 test (str): Name of test
227 test (str): Name of test
[all …]
/libCEED/doc/papers/joss/ !
H A Dpaper.md10 - name: Jed Brown
13 - name: Ahmad Abdelfattah
16 - name: Valeria Barra
19 - name: Natalie Beams
22 - name: Jean-Sylvain Camier
25 - name: Veselin Dobrev
28 - name: Yohann Dudouit
31 - name: Leila Ghaffari
34 - name: Tzanio Kolev
37 - name: David Medina
[all …]
/libCEED/gallery/scale/ !
H A Dceed-scale.c17 // Check QFunction name in CeedQFunctionInit_Scale()
18 const char *name = "Scale"; in CeedQFunctionInit_Scale() local
20 …CeedCheck(!strcmp(name, requested), ceed, CEED_ERROR_UNSUPPORTED, "QFunction '%s' does not match r… in CeedQFunctionInit_Scale()
H A Dceed-scale-scalar.c17 // Check QFunction name in CeedQFunctionInit_ScaleScalar()
18 const char *name = "Scale (scalar)"; in CeedQFunctionInit_ScaleScalar() local
20 …CeedCheck(!strcmp(name, requested), ceed, CEED_ERROR_UNSUPPORTED, "QFunction '%s' does not match r… in CeedQFunctionInit_ScaleScalar()

123456789