Home
last modified time | relevance | path

Searched defs:c (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Ddm-utils.c313 for (PetscInt c = 0; c < num_comp; c++) weights[c] = 1.0; in PetscDTUniformTensorQuadrature() local
321 for (PetscInt c = 0; c < num_comp; c++) weights[i * num_comp + c] = 1.0; in PetscDTUniformTensorQuadrature() local
334 … for (PetscInt c = 0; c < num_comp; c++) weights[(i * num_points + j) * num_comp + c] = 1.0; in PetscDTUniformTensorQuadrature() local
351 …for (PetscInt c = 0; c < num_comp; c++) weights[((i * num_points + j) * num_points + k) * num_comp… in PetscDTUniformTensorQuadrature() local
614 const CeedInt c = 0; in ComputeFieldTabulationP2C() local
/honee/qfunctions/
H A Dutils.h530 for (CeedInt c = 0; c < num_comp; c++) { in GradUnpackND() local
H A Dnewtonian_state.h273 …rvativeAXPBYPCZ(CeedScalar a, StateConservative X, CeedScalar b, StateConservative Y, CeedScalar c, in StateConservativeAXPBYPCZ()