Searched refs:basis_grad_velo (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | velocity_gradient_projection.c | 47 CeedBasis basis_grad_velo; in VelocityGradientProjectionSetup() local 65 …FromPlex(ceed, grad_velo_proj->dm, domain_label, label_value, height, dm_field, &basis_grad_velo)); in VelocityGradientProjectionSetup() 95 …SetField(op_rhs_assemble, "velocity gradient", elem_restr_grad_velo, basis_grad_velo, CEED_VECTOR_… 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() 127 PetscCallCeed(ceed, CeedBasisDestroy(&basis_grad_velo)); in VelocityGradientProjectionSetup()
|