Home
last modified time | relevance | path

Searched refs:DIFF_FILTER_VELOCITY_Y (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Ddifferential_filter_enums.h14 DIFF_FILTER_VELOCITY_Y, enumerator
H A Ddifferential_filter.h49 v0[DIFF_FILTER_VELOCITY_Y][i] = wdetJ * s.Y.velocity[1]; in DifferentialFilter_RHS()
/libCEED/examples/fluids/src/
H A Ddifferential_filter.c226 … PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_VELOCITY_Y, "FilteredVelocityY")); in DifferentialFilterSetup()