Searched refs:elem_restr_grad_velo (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | velocity_gradient_projection.c | 48 CeedElemRestriction elem_restr_grad_velo; in VelocityGradientProjectionSetup() local 63 …ate(ceed, grad_velo_proj->dm, domain_label, label_value, height, dm_field, &elem_restr_grad_velo)); in VelocityGradientProjectionSetup() 95 …(ceed, CeedOperatorSetField(op_rhs_assemble, "velocity gradient", elem_restr_grad_velo, basis_grad… in VelocityGradientProjectionSetup() 102 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", elem_restr_grad_velo, basis_grad_velo, CEED… in VelocityGradientProjectionSetup() 104 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", elem_restr_grad_velo, basis_grad_velo, CEED… in VelocityGradientProjectionSetup() 128 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_grad_velo)); in VelocityGradientProjectionSetup()
|