Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Ddifferential_filter_enums.h13 DIFF_FILTER_VELOCITY_X, enumerator
H A Ddifferential_filter.h48 v0[DIFF_FILTER_VELOCITY_X][i] = wdetJ * s.Y.velocity[0]; in DifferentialFilter_RHS()
/libCEED/examples/fluids/src/
H A Ddifferential_filter.c225 … PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_VELOCITY_X, "FilteredVelocityX")); in DifferentialFilterSetup()