Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Dbpsraw.c77 static PetscErrorCode CreateRestriction(Ceed ceed, const PetscInt mesh_elem[3], CeedInt P, CeedInt … in CreateRestriction() function
553 PetscCall(CreateRestriction(ceed, mesh_elem, P, num_comp_u, &elem_restr_u)); in main()
554 PetscCall(CreateRestriction(ceed, mesh_elem, 2, dim, &elem_restr_x)); in main()