Home
last modified time | relevance | path

Searched defs:VelocityGradient (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dvelocity_gradient_projection.c147 …ocityGradientProjectionApply(NodalProjectionData grad_velo_proj, Vec Q_loc, Vec VelocityGradient) { in VelocityGradientProjectionApply()
/honee/problems/
H A Dsgs_dd_model.c98 static PetscErrorCode SgsDDNodalStressEval_Fused(Honee honee, Vec Q_loc, Vec VelocityGradient, Vec … in SgsDDNodalStressEval_Fused()
289 PetscErrorCode SgsDDNodalStressEval_Sequential(Honee honee, Vec Q_loc, Vec VelocityGradient, Vec SG… in SgsDDNodalStressEval_Sequential()
555 Vec VelocityGradient, SGSNodal_loc; in SgsDDApplyIFunction() local
/honee/qfunctions/
H A Dnewtonian_state.h511 CEED_QFUNCTION_HELPER void VelocityGradient(const State grad_s[3], CeedScalar grad_velocity[3][3]) { in VelocityGradient() function