Lines Matching refs:PetscValidHeaderSpecific

180   PetscValidHeaderSpecific(dm, DM_CLASSID, 1);  in DMCreateMatrix_Shell()
206 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMCreateGlobalVector_Shell()
224 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMCreateLocalVector_Shell()
255 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetDestroyContext()
281 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetContext()
315 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetContext()
345 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetMatrix()
346 PetscValidHeaderSpecific(J, MAT_CLASSID, 2); in DMShellSetMatrix()
376 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateMatrix()
401 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetGlobalVector()
402 PetscValidHeaderSpecific(X, VEC_CLASSID, 2); in DMShellSetGlobalVector()
444 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetGlobalVector()
468 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateGlobalVector()
493 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetLocalVector()
494 PetscValidHeaderSpecific(X, VEC_CLASSID, 2); in DMShellSetLocalVector()
533 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateLocalVector()
559 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetGlobalToLocal()
586 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetLocalToGlobal()
613 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetLocalToLocal()
637 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetGlobalToLocalVecScatter()
638 PetscValidHeaderSpecific(gtol, PETSCSF_CLASSID, 2); in DMShellSetGlobalToLocalVecScatter()
663 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetLocalToGlobalVecScatter()
664 PetscValidHeaderSpecific(ltog, PETSCSF_CLASSID, 2); in DMShellSetLocalToGlobalVecScatter()
689 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetLocalToLocalVecScatter()
690 PetscValidHeaderSpecific(ltol, PETSCSF_CLASSID, 2); in DMShellSetLocalToLocalVecScatter()
715 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCoarsen()
742 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetCoarsen()
767 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetRefine()
794 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetRefine()
819 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateInterpolation()
846 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetCreateInterpolation()
871 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateRestriction()
898 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetCreateRestriction()
923 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateInjection()
950 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetCreateInjection()
975 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateFieldDecomposition()
1000 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateDomainDecomposition()
1025 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateDomainDecompositionScatters()
1050 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellSetCreateSubDM()
1077 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMShellGetCreateSubDM()