Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dlibceedsetup.h18 PetscErrorCode SetupLibceedByDegree(DM dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_e…
/libCEED/examples/petsc/
H A Darea.c168 …PetscCall(SetupLibceedByDegree(dm, ceed, degree, topo_dim, q_extra, num_comp_x, num_comp_u, g_size… in main()
H A Dbpssphere.c175 …PetscCall(SetupLibceedByDegree(dm, ceed, degree, topo_dim, q_extra, num_comp_x, num_comp_u, g_size… in main()
H A Dbps.c167 …PetscCall(SetupLibceedByDegree(dm, ceed, rp->degree, rp->dim, rp->q_extra, rp->dim, rp->num_comp_u… in RunWithDM()
H A Dmultigrid.c270 …PetscCall(SetupLibceedByDegree(dm[i], ceed, level_degrees[i], dim, q_extra, dim, num_comp_u, g_siz… in main()
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c42 PetscErrorCode SetupLibceedByDegree(DM dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_e… in SetupLibceedByDegree() function