Searched defs:input (Results 1 – 9 of 9) sorted by relevance
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-identity-to-scalar.h | 15 const CeedScalar *input = in[0]; in IdentityScalar() local
|
| H A D | ceed-scale.h | 19 const CeedScalar *input = in[0]; in Scale() local
|
| H A D | ceed-scale-scalar.h | 19 const CeedScalar *input = in[0]; in ScaleScalar() local
|
| H A D | ceed-identity.h | 23 const CeedScalar *input = in[0]; in Identity() local
|
| /libCEED/tests/ |
| H A D | t322-basis-f.f90 | 19 integer input,output,weights variable
|
| H A D | t323-basis-f.f90 | 26 integer input,output variable
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_state.h | 289 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 D | petsc_ops.c | 180 …peratorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *input, Vec *output) { in CeedOperatorCreateLocalVecs()
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 733 pub fn input( in input() method
|