Home
last modified time | relevance | path

Searched defs:ceed (Results 376 – 400 of 422) sorted by relevance

1...<<11121314151617

/libCEED/interface/
H A Dceed-vector.c198 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 Dceed-operator.c36 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 Dceed-blocked-operator.c22 Ceed ceed; in CeedOperatorSetupFields_Blocked() local
527 Ceed ceed; in CeedOperatorLinearAssembleQFunctionCore_Blocked() local
781 Ceed ceed; in CeedOperatorCreate_Blocked() local
/libCEED/tests/
H A Dt597-operator.c12 Ceed ceed; in main() local
H A Dt596-operator.c12 Ceed ceed; in main() local
H A Dt566-operator.c12 Ceed ceed; in main() local
H A Dt568-operator.c12 Ceed ceed; in main() local
H A Dt567-operator.c12 Ceed ceed; in main() local
H A Dt520-operator.c22 Ceed ceed; in main() local
H A Dt554-operator.c13 Ceed ceed; in main() local
H A Dt583-operator.c12 Ceed ceed; in main() local
H A Dt521-operator.c22 Ceed ceed; in main() local
H A Dt522-operator.c23 Ceed ceed; in main() local
H A Dt591-operator.c12 Ceed ceed; in main() local
H A Dt524-operator.c22 Ceed ceed; in main() local
H A Dt592-operator.c12 Ceed ceed; in main() local
/libCEED/examples/fluids/include/
H A Dmat-ceed-impl.h18 Ceed ceed; member
/libCEED/include/ceed/
H A Dceed.h136 #define CeedError(ceed, ecode, ...) (CeedErrorImpl((ceed), __FILE__, __LINE__, __func__, (ecode), _… argument
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunctioncontext.c291 Ceed ceed; in CeedQFunctionContextCreate_Memcheck() local
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs83 let ceed = Ceed::init(&ceed_spec); in example_2() localVariable
/libCEED/examples/solids/include/
H A Dstructs.h90 Ceed ceed; member
113 Ceed ceed; member
121 Ceed ceed; member
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs85 let ceed = Ceed::init(&ceed_spec); in example_2_vector() localVariable
/libCEED/rust/libceed/src/
H A Doperator.rs448 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 Dbpsraw.c77 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 Dbpsswarm.c64 Ceed ceed; in main() local

1...<<11121314151617