Home
last modified time | relevance | path

Searched refs:input (Results 1 – 6 of 6) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h282 … void StateToU(NewtonianIGProperties gas, const State input, CeedScalar U[5]) { UnpackState_U(inpu… in StateToU() argument
284 … void StateToY(NewtonianIGProperties gas, const State input, CeedScalar Y[5]) { UnpackState_Y(inpu… in StateToY() argument
286 CEED_QFUNCTION_HELPER void StateToV(NewtonianIGProperties gas, const State input, CeedScalar V[5]) { in StateToV() argument
287 StateEntropy state_V = StateEntropyFromPrimitive(gas, input.Y); in StateToV()
291 CEED_QFUNCTION_HELPER void StateToQ(NewtonianIGProperties gas, const State input, CeedScalar Q[5], … in StateToQ() argument
294 StateToU(gas, input, Q); in StateToQ()
297 StateToY(gas, input, Q); in StateToQ()
300 StateToV(gas, input, Q); in StateToQ()
308 CEED_QFUNCTION_HELPER void StateToQ_fwd(NewtonianIGProperties gas, const State input, const State d… in StateToQ_fwd() argument
317 dstate_v = StateEntropyFromPrimitive_fwd(gas, input, dinput.Y); in StateToQ_fwd()
/honee/src/
H A Dpetsc_ops.c172 …peratorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *input, Vec *output) { in CeedOperatorCreateLocalVecs() argument
182 if (input) { in CeedOperatorCreateLocalVecs()
183 PetscCall(VecCreate(comm, input)); in CeedOperatorCreateLocalVecs()
184 PetscCall(VecSetType(*input, vec_type)); in CeedOperatorCreateLocalVecs()
185 PetscCall(VecSetSizes(*input, input_size, input_size)); in CeedOperatorCreateLocalVecs()
/honee/include/
H A Dpetsc_ops.h25 …OperatorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *input, Vec *output);
/honee/
H A DDoxyfile386 # to include (a tag file for) the STL sources as input, then you should set this
492 # speed. At this moment only the input processing can be done using multiple
621 # deal with such files in case they appear in the input. For filesystems that
799 # popen()) the command command input-file, where command is the value of the
800 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
937 # Configuration options related to the input files
1029 # be searched for input files as well.
1045 # from the input.
1081 # searched for input files to be used with the \include or \dontinclude commands
1094 # invoke to filter for each input file. Doxygen will invoke the filter program
[all …]
/honee/doc/
H A Dtheory.md452 In fused mode, the input processing, model inference, and output handling were all done in a single…
456 Sequential mode has separate function calls/CeedOperators for input creation, model inference, and …
H A Dexamples.md72 The Gmsh input file, `examples/meshes/cylinder.geo` is parametrized to facilitate experimenting wit…