Searched refs:femIn (Results 1 – 1 of 1) sorted by relevance
308 static PetscErrorCode GLVisCreateFE(PetscFE femIn, char name[32], PetscFE *fem, IS *perm) in GLVisCreateFE() argument323 PetscCall(PetscObjectGetComm((PetscObject)femIn, &comm)); in GLVisCreateFE()324 PetscCall(PetscFEGetBasisSpace(femIn, &P)); in GLVisCreateFE()325 PetscCall(PetscFEGetDualSpace(femIn, &Q)); in GLVisCreateFE()