Searched refs:dim_sur (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | boundary_condition.c | 128 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIFunctionQF() local 139 dim_sur = dim - height; in HoneeBCCreateIFunctionQF() 153 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ifunc, "Grad_q", num_comp_q * dim_sur, CEED_EVAL_GRA… in HoneeBCCreateIFunctionQF() 176 PetscInt dim, dim_sur, height = 1, num_comp_x, num_comp_q; in HoneeBCCreateIJacobianQF() local 187 dim_sur = dim - height; in HoneeBCCreateIJacobianQF() 201 …PetscCallCeed(ceed, CeedQFunctionAddInput(*qf_ijac, "Grad_dq", num_comp_q * dim_sur, CEED_EVAL_GRA… in HoneeBCCreateIJacobianQF()
|