Lines Matching refs:PetscInt

92 PetscErrorCode PetscFormKeySort(PetscInt n, PetscFormKey arr[])  in PetscFormKeySort()
101 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormGetFunction_Private()
123 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormSetFunction_Private()
127 PetscInt i; in PetscWeakFormSetFunction_Private()
149 …rivate(PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt par… in PetscWeakFormAddFunction_Private()
173 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormGetIndexFunction_Private()
194 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormSetIndexFunction_Private()
217 …PetscWeakForm wf, PetscHMapForm ht, DMLabel label, PetscInt value, PetscInt f, PetscInt part, Pets… in PetscWeakFormClearIndexFunction_Private()
257 PetscInt f; in PetscWeakFormCopy()
284 PetscInt f; in PetscWeakFormClear()
291 …_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLabel label, PetscInt Nv, const PetscInt values[… in PetscWeakFormRewriteKeys_Internal()
295 PetscInt n, off = 0, maxNf = 0; in PetscWeakFormRewriteKeys_Internal()
302 for (PetscInt i = 0; i < n; ++i) { in PetscWeakFormRewriteKeys_Internal()
305 PetscInt Nf; in PetscWeakFormRewriteKeys_Internal()
312 for (PetscInt i = 0; i < n; ++i) { in PetscWeakFormRewriteKeys_Internal()
316 PetscInt Nf; in PetscWeakFormRewriteKeys_Internal()
319 for (PetscInt f = 0; f < Nf; ++f) tmpfuncs[f] = funcs[f]; in PetscWeakFormRewriteKeys_Internal()
320 for (PetscInt v = 0; v < Nv; ++v) { in PetscWeakFormRewriteKeys_Internal()
350 …Code PetscWeakFormRewriteKeys(PetscWeakForm wf, DMLabel label, PetscInt Nv, const PetscInt values[… in PetscWeakFormRewriteKeys()
352 PetscInt f; in PetscWeakFormRewriteKeys()
362 PetscInt n, i, off = 0, maxFuncs = 0; in PetscWeakFormReplaceLabel_Internal()
380 PetscInt Nf; in PetscWeakFormReplaceLabel_Internal()
397 PetscInt Nf, j; in PetscWeakFormReplaceLabel_Internal()
428 PetscInt f; in PetscWeakFormReplaceLabel()
435 …rIndex(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, PetscInt part, PetscWeakFormKind… in PetscWeakFormClearIndex()
442PetscInt val, PetscInt f, PetscInt part, PetscInt *n, void (***obj)(PetscInt, PetscInt, PetscInt, … in PetscWeakFormGetObjective() argument
449PetscInt val, PetscInt f, PetscInt part, PetscInt n, void (**obj)(PetscInt, PetscInt, PetscInt, co… in PetscWeakFormSetObjective() argument
456PetscInt val, PetscInt f, PetscInt part, void (*obj)(PetscInt, PetscInt, PetscInt, const PetscInt[… in PetscWeakFormAddObjective() argument
463PetscInt val, PetscInt f, PetscInt part, PetscInt ind, void (**obj)(PetscInt, PetscInt, PetscInt, … in PetscWeakFormGetIndexObjective() argument
470PetscInt val, PetscInt f, PetscInt part, PetscInt ind, void (*obj)(PetscInt, PetscInt, PetscInt, c… in PetscWeakFormSetIndexObjective() argument
477PetscInt val, PetscInt f, PetscInt part, PetscInt *n0, void (***f0)(PetscInt, PetscInt, PetscInt, … in PetscWeakFormGetResidual() argument
485PetscInt val, PetscInt f, PetscInt part, void (*f0)(PetscInt, PetscInt, PetscInt, const PetscInt[]… in PetscWeakFormAddResidual() argument
493PetscInt val, PetscInt f, PetscInt part, PetscInt n0, void (**f0)(PetscInt, PetscInt, PetscInt, co… in PetscWeakFormSetResidual() argument
501PetscInt val, PetscInt f, PetscInt part, PetscInt i0, void (*f0)(PetscInt, PetscInt, PetscInt, con… in PetscWeakFormSetIndexResidual() argument
509PetscInt val, PetscInt f, PetscInt part, PetscInt *n0, void (***f0)(PetscInt, PetscInt, PetscInt, … in PetscWeakFormGetBdResidual() argument
517PetscInt val, PetscInt f, PetscInt part, void (*f0)(PetscInt, PetscInt, PetscInt, const PetscInt[]… in PetscWeakFormAddBdResidual() argument
525PetscInt val, PetscInt f, PetscInt part, PetscInt n0, void (**f0)(PetscInt, PetscInt, PetscInt, co… in PetscWeakFormSetBdResidual() argument
533PetscInt val, PetscInt f, PetscInt part, PetscInt i0, void (*f0)(PetscInt, PetscInt, PetscInt, con… in PetscWeakFormSetIndexBdResidual() argument
543 PetscInt n0, n1, n2, n3; in PetscWeakFormHasJacobian()
556PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt *n0, void (***g0)(PetscInt, PetscInt in PetscWeakFormGetJacobian() argument
558 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetJacobian()
568PetscInt val, PetscInt f, PetscInt g, PetscInt part, void (*g0)(PetscInt, PetscInt, PetscInt, cons… in PetscWeakFormAddJacobian() argument
570 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddJacobian()
580PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt n0, void (**g0)(PetscInt, PetscInt, in PetscWeakFormSetJacobian() argument
582 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetJacobian()
592PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt i0, void (*g0)(PetscInt, PetscInt, P… in PetscWeakFormSetIndexJacobian() argument
594 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexJacobian()
606 PetscInt n0, n1, n2, n3; in PetscWeakFormHasJacobianPreconditioner()
619PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt *n0, void (***g0)(PetscInt, PetscInt in PetscWeakFormGetJacobianPreconditioner() argument
621 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetJacobianPreconditioner()
631PetscInt val, PetscInt f, PetscInt g, PetscInt part, void (*g0)(PetscInt, PetscInt, PetscInt, cons… in PetscWeakFormAddJacobianPreconditioner() argument
633 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddJacobianPreconditioner()
643PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt n0, void (**g0)(PetscInt, PetscInt, in PetscWeakFormSetJacobianPreconditioner() argument
645 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetJacobianPreconditioner()
655PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt i0, void (*g0)(PetscInt, PetscInt, P… in PetscWeakFormSetIndexJacobianPreconditioner() argument
657 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexJacobianPreconditioner()
669 PetscInt n0, n1, n2, n3; in PetscWeakFormHasBdJacobian()
682PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt *n0, void (***g0)(PetscInt, PetscInt in PetscWeakFormGetBdJacobian() argument
684 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetBdJacobian()
694PetscInt val, PetscInt f, PetscInt g, PetscInt part, void (*g0)(PetscInt, PetscInt, PetscInt, cons… in PetscWeakFormAddBdJacobian() argument
696 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddBdJacobian()
706PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt n0, void (**g0)(PetscInt, PetscInt, in PetscWeakFormSetBdJacobian() argument
708 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetBdJacobian()
718PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt i0, void (*g0)(PetscInt, PetscInt, P… in PetscWeakFormSetIndexBdJacobian() argument
720 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexBdJacobian()
732 PetscInt n0, n1, n2, n3; in PetscWeakFormHasBdJacobianPreconditioner()
745PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt *n0, void (***g0)(PetscInt, PetscInt in PetscWeakFormGetBdJacobianPreconditioner() argument
747 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetBdJacobianPreconditioner()
757PetscInt val, PetscInt f, PetscInt g, PetscInt part, void (*g0)(PetscInt, PetscInt, PetscInt, cons… in PetscWeakFormAddBdJacobianPreconditioner() argument
759 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddBdJacobianPreconditioner()
769PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt n0, void (**g0)(PetscInt, PetscInt, in PetscWeakFormSetBdJacobianPreconditioner() argument
771 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetBdJacobianPreconditioner()
781PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt i0, void (*g0)(PetscInt, PetscInt, P… in PetscWeakFormSetIndexBdJacobianPreconditioner() argument
783 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexBdJacobianPreconditioner()
795 PetscInt n0, n1, n2, n3; in PetscWeakFormHasDynamicJacobian()
808PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt *n0, void (***g0)(PetscInt, PetscInt in PetscWeakFormGetDynamicJacobian() argument
810 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetDynamicJacobian()
820PetscInt val, PetscInt f, PetscInt g, PetscInt part, void (*g0)(PetscInt, PetscInt, PetscInt, cons… in PetscWeakFormAddDynamicJacobian() argument
822 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddDynamicJacobian()
832PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt n0, void (**g0)(PetscInt, PetscInt, in PetscWeakFormSetDynamicJacobian() argument
834 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetDynamicJacobian()
844PetscInt val, PetscInt f, PetscInt g, PetscInt part, PetscInt i0, void (*g0)(PetscInt, PetscInt, P… in PetscWeakFormSetIndexDynamicJacobian() argument
846 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexDynamicJacobian()
856PetscInt val, PetscInt f, PetscInt part, PetscInt *n, void (***r)(PetscInt, PetscInt, const PetscR… in PetscWeakFormGetRiemannSolver() argument
863PetscInt val, PetscInt f, PetscInt part, PetscInt n, void (**r)(PetscInt, PetscInt, const PetscRea… in PetscWeakFormSetRiemannSolver() argument
870PetscInt val, PetscInt f, PetscInt part, PetscInt i, void (*r)(PetscInt, PetscInt, const PetscReal… in PetscWeakFormSetIndexRiemannSolver() argument
892 PetscErrorCode PetscWeakFormGetNumFields(PetscWeakForm wf, PetscInt *Nf) in PetscWeakFormGetNumFields()
914 PetscErrorCode PetscWeakFormSetNumFields(PetscWeakForm wf, PetscInt Nf) in PetscWeakFormSetNumFields()
936 PetscInt f; in PetscWeakFormDestroy()
956 PetscInt Nf = wf->Nf, Nk, k; in PetscWeakFormViewTable_Ascii()
964 PetscInt *values, *idx1, *idx2, *idx; in PetscWeakFormViewTable_Ascii()
966 PetscInt off = 0; in PetscWeakFormViewTable_Ascii()
997 const PetscInt i = idx[k]; in PetscWeakFormViewTable_Ascii()
998 PetscInt n, f; in PetscWeakFormViewTable_Ascii()
1047 PetscInt f; in PetscWeakFormView_Ascii()
1103 PetscInt f; in PetscWeakFormCreate()