Home
last modified time | relevance | path

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

/honee/src/
H A Dvelocity_gradient_projection.c45 PetscInt dim, height = 0, dm_field = 0, num_comp_input; in VelocityGradientProjectionSetup() local
54 PetscCall(DMGetFieldNumComps(honee->dm, 0, &num_comp_input)); in VelocityGradientProjectionSetup()
86 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_assemble, "q", num_comp_input, CEED_EVAL_INTERP)); in VelocityGradientProjectionSetup()
87 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_assemble, "Grad_q", num_comp_input * dim, CEED_EV… in VelocityGradientProjectionSetup()