Searched refs:VelocityGradient (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | velocity_gradient_projection.c | 136 …ocityGradientProjectionApply(NodalProjectionData grad_velo_proj, Vec Q_loc, Vec VelocityGradient) { in VelocityGradientProjectionApply() argument 140 PetscCall(PetscLogEventBegin(FLUIDS_VelocityGradientProjection, Q_loc, VelocityGradient, 0, 0)); in VelocityGradientProjectionApply() 141 PetscCall(ApplyCeedOperatorLocalToGlobal(Q_loc, VelocityGradient, l2_rhs_ctx)); in VelocityGradientProjectionApply() 143 PetscCall(KSPSolve(grad_velo_proj->ksp, VelocityGradient, VelocityGradient)); in VelocityGradientProjectionApply() 144 PetscCall(PetscLogEventEnd(FLUIDS_VelocityGradientProjection, Q_loc, VelocityGradient, 0, 0)); in VelocityGradientProjectionApply()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | velocity_gradient_projection.h | 32 VelocityGradient(grad_s, grad_velocity); in VelocityGradientProjectionRHS()
|
| H A D | newtonian_state.h | 514 CEED_QFUNCTION_HELPER void VelocityGradient(const State grad_s[3], CeedScalar grad_velocity[3][3]) { in VelocityGradient() function 539 VelocityGradient(grad_s, grad_velocity); in KMStrainRate_State() 580 VelocityGradient(grad_s, grad_velocity); in Vorticity()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 400 …locityGradientProjectionApply(NodalProjectionData grad_velo_proj, Vec Q_loc, Vec VelocityGradient);
|