Home
last modified time | relevance | path

Searched refs:CHKFORTRANNULLFUNCTION (Results 1 – 8 of 8) sorted by relevance

/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c168 CHKFORTRANNULLFUNCTION(func); in taosetobjective_()
175 CHKFORTRANNULLFUNCTION(func); in taosetgradient_()
182 CHKFORTRANNULLFUNCTION(func); in taosetobjectiveandgradient_()
189 CHKFORTRANNULLFUNCTION(func); in taosethessian_()
196 CHKFORTRANNULLFUNCTION(func); in taosetresidualroutine_()
203 CHKFORTRANNULLFUNCTION(func); in taosetjacobianresidualroutine_()
210 CHKFORTRANNULLFUNCTION(func); in taosetjacobianroutine_()
217 CHKFORTRANNULLFUNCTION(func); in taosetjacobianstateroutine_()
224 CHKFORTRANNULLFUNCTION(func); in taosetjacobiandesignroutine_()
231 CHKFORTRANNULLFUNCTION(func); in taosetvariableboundsroutine_()
[all …]
/petsc/src/tao/constrained/impls/admm/ftn-custom/
H A Dzadmmf.c61 CHKFORTRANNULLFUNCTION(func); in taoadmmsetmisfitobjectiveandgradientroutine_()
68 CHKFORTRANNULLFUNCTION(func); in taoadmmsetmisfithessianroutine_()
75 CHKFORTRANNULLFUNCTION(func); in taoadmmsetmisfitconstraintjacobian_()
82 CHKFORTRANNULLFUNCTION(func); in taoadmmsetregularizerobjectiveandgradientroutine_()
89 CHKFORTRANNULLFUNCTION(func); in taoadmmsetregularizerhessianroutine_()
96 CHKFORTRANNULLFUNCTION(func); in taoadmmsetregularizerconstraintjacobian_()
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/
H A Dzbrgnf.c29 CHKFORTRANNULLFUNCTION(func); in taobrgnsetregularizerobjectiveandgradientroutine_()
36 CHKFORTRANNULLFUNCTION(func); in taobrgnsetregularizerhessianroutine_()
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c182 CHKFORTRANNULLFUNCTION(f); in tssetrhsfunction_()
204 CHKFORTRANNULLFUNCTION(f); in tssetifunction_()
224 CHKFORTRANNULLFUNCTION(f); in tssetrhsjacobian_()
237 CHKFORTRANNULLFUNCTION(f); in tssetijacobian_()
254 CHKFORTRANNULLFUNCTION(f); in tssetijacobianp_()
266 CHKFORTRANNULLFUNCTION(f); in tssetrhsjacobianp_()
283 CHKFORTRANNULLFUNCTION(d); in tsmonitorset_()
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/
H A Dzmodpcff.c35 CHKFORTRANNULLFUNCTION(d); in kspflexiblesetmodifypc_()
/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzitfuncf.c94 CHKFORTRANNULLFUNCTION(monitordestroy); in kspmonitorset_()
119 CHKFORTRANNULLFUNCTION(destroy); in kspsetconvergencetest_()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c205 CHKFORTRANNULLFUNCTION(func); in snessetjacobian_()
340 CHKFORTRANNULLFUNCTION(destroy); in snessetconvergencetest_()
365 CHKFORTRANNULLFUNCTION(mondestroy); in snesmonitorset_()
/petsc/include/petsc/private/
H A Dftnimpl.h181 #define CHKFORTRANNULLFUNCTION(a) \ macro