Searched refs:basis_grad_velo (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | velocity_gradient_projection.c | 42 CeedBasis basis_grad_velo; in VelocityGradientProjectionSetup() local 57 …, grad_velo_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_grad_velo)); in VelocityGradientProjectionSetup() 97 …SetField(op_rhs_assemble, "velocity gradient", elem_restr_grad_velo, basis_grad_velo, CEED_VECTOR_… in VelocityGradientProjectionSetup() 115 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", elem_restr_grad_velo, basis_grad_velo, CEED… in VelocityGradientProjectionSetup() 117 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", elem_restr_grad_velo, basis_grad_velo, CEED… in VelocityGradientProjectionSetup() 140 PetscCallCeed(ceed, CeedBasisDestroy(&basis_grad_velo)); in VelocityGradientProjectionSetup()
|