Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c511 …PetscInt X_l_ceed_size, X_g_ceed_size, Y_l_ceed_size, Y_g_ceed_size, X_l_other_size, X_g_other_siz… in MatCeedCopy() local
514 PetscCall(MatGetLocalSize(mat_ceed, &Y_l_ceed_size, &X_l_ceed_size)); in MatCeedCopy()
517 …ceed_size == Y_g_other_size) && (X_g_ceed_size == X_g_other_size) && (Y_l_ceed_size == Y_l_other_s… in MatCeedCopy()
523 …Y_g_ceed_size, X_g_ceed_size, Y_l_ceed_size, X_l_ceed_size, Y_g_other_size, X_g_other_size, Y_l_ot… in MatCeedCopy()