Lines Matching refs:DM_CLASSID

277   PetscValidHeaderSpecific(dm, DM_CLASSID, 1);  in DMGetDMTS()
310 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMGetDMTSWrite()
345 PetscValidHeaderSpecific(dmsrc, DM_CLASSID, 1); in DMCopyDMTS()
346 PetscValidHeaderSpecific(dmdest, DM_CLASSID, 2); in DMCopyDMTS()
379 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIFunction()
411 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIFunctionContextDestroy()
422 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetIFunctionContext_Internal()
453 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetIFunction()
486 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetI2Function()
522 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetI2FunctionContextDestroy()
533 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetI2FunctionContext_Internal()
564 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetI2Function()
597 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetI2Jacobian()
632 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetI2JacobianContextDestroy()
643 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetI2JacobianContext_Internal()
674 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetI2Jacobian()
708 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetRHSFunction()
748 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetRHSFunctionContextDestroy()
759 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetRHSFunctionContext_Internal()
798 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetTransientVariable()
829 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetTransientVariable()
857 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetSolutionFunction()
888 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetSolutionFunction()
919 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetForcingFunction()
952 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetForcingFunction()
984 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetRHSFunction()
1018 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIJacobian()
1058 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIJacobianContextDestroy()
1069 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetIJacobianContext_Internal()
1101 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetIJacobian()
1138 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetRHSJacobian()
1173 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetRHSJacobianContextDestroy()
1184 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSUnsetRHSJacobianContext_Internal()
1216 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSGetRHSJacobian()
1245 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIFunctionSerialize()
1271 PetscValidHeaderSpecific(dm, DM_CLASSID, 1); in DMTSSetIJacobianSerialize()