Home
last modified time | relevance | path

Searched defs:topo_dim (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/petsc/src/
H A Dlibceedsetup.c42 PetscErrorCode SetupLibceedByDegree(DM dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_e… in SetupLibceedByDegree()
241 PetscErrorCode SetupErrorOperator(DM dm, Ceed ceed, BPData bp_data, CeedInt topo_dim, PetscInt num_… in SetupErrorOperator()
/libCEED/examples/petsc/
H A Darea.c65 topo_dim = 2, // topological dimension of manifold in main() local
H A Dbpssphere.c53 …PetscInt degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u… in main() local
/libCEED/examples/petsc/include/
H A Dstructs.h59 CeedInt num_comp_x, num_comp_u, topo_dim, q_data_size, q_extra; member