Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dpetscutils.h27 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_v…
/libCEED/examples/fluids/src/
H A Ddm_utils.c263 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_val… in BasisCreateFromTabulation() function
380 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()
/libCEED/examples/petsc/src/
H A Dpetscutils.c250 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_val… in BasisCreateFromTabulation() function
370 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()