Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dvelocity_gradient_projection.c136 …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 Dvelocity_gradient_projection.h32 VelocityGradient(grad_s, grad_velocity); in VelocityGradientProjectionRHS()
H A Dnewtonian_state.h514 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 Dnavierstokes.h400 …locityGradientProjectionApply(NodalProjectionData grad_velo_proj, Vec Q_loc, Vec VelocityGradient);