| /libCEED/interface/ |
| H A D | ceed-vector.c | 198 int CeedVectorCreate(Ceed ceed, CeedSize length, CeedVector *vec) { in CeedVectorCreate() 256 Ceed ceed; in CeedVectorCopy() local 1142 int CeedVectorGetCeed(CeedVector vec, Ceed *ceed) { in CeedVectorGetCeed()
|
| H A D | ceed-operator.c | 36 static int CeedOperatorCheckField(Ceed ceed, CeedQFunctionField qf_field, CeedElemRestriction rstr,… in CeedOperatorCheckField() 781 int CeedOperatorCreate(Ceed ceed, CeedQFunction qf, CeedQFunction dqf, CeedQFunction dqfT, CeedOper… in CeedOperatorCreate() 823 int CeedOperatorCreateAtPoints(Ceed ceed, CeedQFunction qf, CeedQFunction dqf, CeedQFunction dqfT, … in CeedOperatorCreateAtPoints() 860 int CeedOperatorCreateComposite(Ceed ceed, CeedOperator *op) { in CeedOperatorCreateComposite() 1766 int CeedOperatorGetCeed(CeedOperator op, Ceed *ceed) { in CeedOperatorGetCeed()
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 22 Ceed ceed; in CeedOperatorSetupFields_Blocked() local 527 Ceed ceed; in CeedOperatorLinearAssembleQFunctionCore_Blocked() local 781 Ceed ceed; in CeedOperatorCreate_Blocked() local
|
| /libCEED/tests/ |
| H A D | t597-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t596-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t566-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t568-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t567-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t520-operator.c | 22 Ceed ceed; in main() local
|
| H A D | t554-operator.c | 13 Ceed ceed; in main() local
|
| H A D | t583-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t521-operator.c | 22 Ceed ceed; in main() local
|
| H A D | t522-operator.c | 23 Ceed ceed; in main() local
|
| H A D | t591-operator.c | 12 Ceed ceed; in main() local
|
| H A D | t524-operator.c | 22 Ceed ceed; in main() local
|
| H A D | t592-operator.c | 12 Ceed ceed; in main() local
|
| /libCEED/examples/fluids/include/ |
| H A D | mat-ceed-impl.h | 18 Ceed ceed; member
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 136 #define CeedError(ceed, ecode, ...) (CeedErrorImpl((ceed), __FILE__, __LINE__, __func__, (ecode), _… argument
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunctioncontext.c | 291 Ceed ceed; in CeedQFunctionContextCreate_Memcheck() local
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 83 let ceed = Ceed::init(&ceed_spec); in example_2() localVariable
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 90 Ceed ceed; member 113 Ceed ceed; member 121 Ceed ceed; member
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 85 let ceed = Ceed::init(&ceed_spec); in example_2_vector() localVariable
|
| /libCEED/rust/libceed/src/ |
| H A D | operator.rs | 448 fn ceed(&self) -> bind_ceed::Ceed { in ceed() method 880 let ceed = { in inputs() localVariable 950 let ceed = { in outputs() localVariable
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 77 static PetscErrorCode CreateRestriction(Ceed ceed, const PetscInt mesh_elem[3], CeedInt P, CeedInt … in CreateRestriction() 120 Ceed ceed; member 354 Ceed ceed; in main() local
|
| H A D | bpsswarm.c | 64 Ceed ceed; in main() local
|