Home
last modified time | relevance | path

Searched defs:input (Results 1 – 9 of 9) sorted by relevance

/libCEED/include/ceed/jit-source/gallery/
H A Dceed-identity-to-scalar.h15 const CeedScalar *input = in[0]; in IdentityScalar() local
H A Dceed-scale.h19 const CeedScalar *input = in[0]; in Scale() local
H A Dceed-scale-scalar.h19 const CeedScalar *input = in[0]; in ScaleScalar() local
H A Dceed-identity.h23 const CeedScalar *input = in[0]; in Identity() local
/libCEED/tests/
H A Dt322-basis-f.f9019 integer input,output,weights variable
H A Dt323-basis-f.f9026 integer input,output variable
/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h289 CEED_QFUNCTION_HELPER void StateToU(NewtonianIdealGasContext gas, const State input, CeedScalar U[5… in StateToU()
291 CEED_QFUNCTION_HELPER void StateToY(NewtonianIdealGasContext gas, const State input, CeedScalar Y[5… in StateToY()
293 CEED_QFUNCTION_HELPER void StateToV(NewtonianIdealGasContext gas, const State input, CeedScalar V[5… in StateToV()
298 CEED_QFUNCTION_HELPER void StateToQ(NewtonianIdealGasContext gas, const State input, CeedScalar Q[5… in StateToQ()
312 CEED_QFUNCTION_HELPER void StateToQ_fwd(NewtonianIdealGasContext gas, const State input, const Stat… in StateToQ_fwd()
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c180 …peratorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *input, Vec *output) { in CeedOperatorCreateLocalVecs()
/libCEED/rust/libceed/src/
H A Dqfunction.rs733 pub fn input( in input() method