Lines Matching refs:fem
1398 …etscBool continuity, PetscDTNodeType nodeType, PetscInt dim, PetscInt Nc, PetscInt k, PetscFE *fem) in GmshCreateFE() argument
1449 PetscCall(PetscFECreate(comm, fem)); in GmshCreateFE()
1450 PetscCall(PetscFESetType(*fem, PETSCFEBASIC)); in GmshCreateFE()
1451 PetscCall(PetscFESetNumComponents(*fem, Nc)); in GmshCreateFE()
1452 PetscCall(PetscFESetBasisSpace(*fem, P)); in GmshCreateFE()
1453 PetscCall(PetscFESetDualSpace(*fem, Q)); in GmshCreateFE()
1454 PetscCall(PetscFESetQuadrature(*fem, q)); in GmshCreateFE()
1455 PetscCall(PetscFESetFaceQuadrature(*fem, fq)); in GmshCreateFE()
1457 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)*fem, prefix)); in GmshCreateFE()
1458 PetscCall(PetscFESetFromOptions(*fem)); in GmshCreateFE()
1459 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)*fem, NULL)); in GmshCreateFE()
1461 PetscCall(PetscFESetUp(*fem)); in GmshCreateFE()
1469 PetscCall(PetscFESetName(*fem, name)); in GmshCreateFE()