Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dqdata.c27 PetscSection section_coord; in QDataGetNumComponents() local
30 PetscCall(DMGetLocalSection(dm_coord, &section_coord)); in QDataGetNumComponents()
31 PetscCall(PetscSectionGetFieldComponents(section_coord, field, &num_comp_x)); in QDataGetNumComponents()