Lines Matching refs:PetscWeakForm

101 static PetscErrorCode PetscWeakFormGetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel …  in PetscWeakFormGetFunction_Private()
123 static PetscErrorCode PetscWeakFormSetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel … in PetscWeakFormSetFunction_Private()
149 static PetscErrorCode PetscWeakFormAddFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel … in PetscWeakFormAddFunction_Private()
173 static PetscErrorCode PetscWeakFormGetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DML… in PetscWeakFormGetIndexFunction_Private()
194 static PetscErrorCode PetscWeakFormSetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DML… in PetscWeakFormSetIndexFunction_Private()
217 static PetscErrorCode PetscWeakFormClearIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, D… in PetscWeakFormClearIndexFunction_Private()
255 PetscErrorCode PetscWeakFormCopy(PetscWeakForm wf, PetscWeakForm wfNew) in PetscWeakFormCopy()
282 PetscErrorCode PetscWeakFormClear(PetscWeakForm wf) in PetscWeakFormClear()
291 static PetscErrorCode PetscWeakFormRewriteKeys_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLab… in PetscWeakFormRewriteKeys_Internal()
350 PetscErrorCode PetscWeakFormRewriteKeys(PetscWeakForm wf, DMLabel label, PetscInt Nv, const PetscIn… in PetscWeakFormRewriteKeys()
359 static PetscErrorCode PetscWeakFormReplaceLabel_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLa… in PetscWeakFormReplaceLabel_Internal()
426 PetscErrorCode PetscWeakFormReplaceLabel(PetscWeakForm wf, DMLabel label) in PetscWeakFormReplaceLabel()
435 PetscErrorCode PetscWeakFormClearIndex(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, P… in PetscWeakFormClearIndex()
442 PetscErrorCode PetscWeakFormGetObjective(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f,… in PetscWeakFormGetObjective()
449 PetscErrorCode PetscWeakFormSetObjective(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f,… in PetscWeakFormSetObjective()
456 PetscErrorCode PetscWeakFormAddObjective(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f,… in PetscWeakFormAddObjective()
463 PetscErrorCode PetscWeakFormGetIndexObjective(PetscWeakForm wf, DMLabel label, PetscInt val, PetscI… in PetscWeakFormGetIndexObjective()
470 PetscErrorCode PetscWeakFormSetIndexObjective(PetscWeakForm wf, DMLabel label, PetscInt val, PetscI… in PetscWeakFormSetIndexObjective()
477 PetscErrorCode PetscWeakFormGetResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormGetResidual()
485 PetscErrorCode PetscWeakFormAddResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormAddResidual()
493 PetscErrorCode PetscWeakFormSetResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormSetResidual()
501 PetscErrorCode PetscWeakFormSetIndexResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscIn… in PetscWeakFormSetIndexResidual()
509 PetscErrorCode PetscWeakFormGetBdResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormGetBdResidual()
517 PetscErrorCode PetscWeakFormAddBdResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormAddBdResidual()
525 PetscErrorCode PetscWeakFormSetBdResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormSetBdResidual()
533 PetscErrorCode PetscWeakFormSetIndexBdResidual(PetscWeakForm wf, DMLabel label, PetscInt val, Petsc… in PetscWeakFormSetIndexBdResidual()
541 PetscErrorCode PetscWeakFormHasJacobian(PetscWeakForm wf, PetscBool *hasJac) in PetscWeakFormHasJacobian()
556 PetscErrorCode PetscWeakFormGetJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormGetJacobian()
568 PetscErrorCode PetscWeakFormAddJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormAddJacobian()
580 PetscErrorCode PetscWeakFormSetJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormSetJacobian()
592 PetscErrorCode PetscWeakFormSetIndexJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscIn… in PetscWeakFormSetIndexJacobian()
604 PetscErrorCode PetscWeakFormHasJacobianPreconditioner(PetscWeakForm wf, PetscBool *hasJacPre) in PetscWeakFormHasJacobianPreconditioner()
619 PetscErrorCode PetscWeakFormGetJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt val… in PetscWeakFormGetJacobianPreconditioner()
631 PetscErrorCode PetscWeakFormAddJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt val… in PetscWeakFormAddJacobianPreconditioner()
643 PetscErrorCode PetscWeakFormSetJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt val… in PetscWeakFormSetJacobianPreconditioner()
655 PetscErrorCode PetscWeakFormSetIndexJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscIn… in PetscWeakFormSetIndexJacobianPreconditioner()
667 PetscErrorCode PetscWeakFormHasBdJacobian(PetscWeakForm wf, PetscBool *hasJac) in PetscWeakFormHasBdJacobian()
682 PetscErrorCode PetscWeakFormGetBdJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormGetBdJacobian()
694 PetscErrorCode PetscWeakFormAddBdJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormAddBdJacobian()
706 PetscErrorCode PetscWeakFormSetBdJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormSetBdJacobian()
718 PetscErrorCode PetscWeakFormSetIndexBdJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, Petsc… in PetscWeakFormSetIndexBdJacobian()
730 PetscErrorCode PetscWeakFormHasBdJacobianPreconditioner(PetscWeakForm wf, PetscBool *hasJacPre) in PetscWeakFormHasBdJacobianPreconditioner()
745 PetscErrorCode PetscWeakFormGetBdJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt v… in PetscWeakFormGetBdJacobianPreconditioner()
757 PetscErrorCode PetscWeakFormAddBdJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt v… in PetscWeakFormAddBdJacobianPreconditioner()
769 PetscErrorCode PetscWeakFormSetBdJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt v… in PetscWeakFormSetBdJacobianPreconditioner()
781 PetscErrorCode PetscWeakFormSetIndexBdJacobianPreconditioner(PetscWeakForm wf, DMLabel label, Petsc… in PetscWeakFormSetIndexBdJacobianPreconditioner()
793 PetscErrorCode PetscWeakFormHasDynamicJacobian(PetscWeakForm wf, PetscBool *hasDynJac) in PetscWeakFormHasDynamicJacobian()
808 PetscErrorCode PetscWeakFormGetDynamicJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, Petsc… in PetscWeakFormGetDynamicJacobian()
820 PetscErrorCode PetscWeakFormAddDynamicJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, Petsc… in PetscWeakFormAddDynamicJacobian()
832 PetscErrorCode PetscWeakFormSetDynamicJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, Petsc… in PetscWeakFormSetDynamicJacobian()
844 PetscErrorCode PetscWeakFormSetIndexDynamicJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, … in PetscWeakFormSetIndexDynamicJacobian()
856 PetscErrorCode PetscWeakFormGetRiemannSolver(PetscWeakForm wf, DMLabel label, PetscInt val, PetscIn… in PetscWeakFormGetRiemannSolver()
863 PetscErrorCode PetscWeakFormSetRiemannSolver(PetscWeakForm wf, DMLabel label, PetscInt val, PetscIn… in PetscWeakFormSetRiemannSolver()
870 PetscErrorCode PetscWeakFormSetIndexRiemannSolver(PetscWeakForm wf, DMLabel label, PetscInt val, Pe… in PetscWeakFormSetIndexRiemannSolver()
892 PetscErrorCode PetscWeakFormGetNumFields(PetscWeakForm wf, PetscInt *Nf) in PetscWeakFormGetNumFields()
914 PetscErrorCode PetscWeakFormSetNumFields(PetscWeakForm wf, PetscInt Nf) in PetscWeakFormSetNumFields()
934 PetscErrorCode PetscWeakFormDestroy(PetscWeakForm *wf) in PetscWeakFormDestroy()
954 static PetscErrorCode PetscWeakFormViewTable_Ascii(PetscWeakForm wf, PetscViewer viewer, PetscBool … in PetscWeakFormViewTable_Ascii()
1044 static PetscErrorCode PetscWeakFormView_Ascii(PetscWeakForm wf, PetscViewer viewer) in PetscWeakFormView_Ascii()
1071 PetscErrorCode PetscWeakFormView(PetscWeakForm wf, PetscViewer v) in PetscWeakFormView()
1100 PetscErrorCode PetscWeakFormCreate(MPI_Comm comm, PetscWeakForm *wf) in PetscWeakFormCreate()
1102 PetscWeakForm p; in PetscWeakFormCreate()