Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c28 char *method_name; member
375 …tscObject)ts), PETSC_ERR_SUP, "TSIRK %s does not have an interpolation formula", irk->method_name); in TSInterpolate_IRK()
417 if (irk->method_name) PetscCall(PetscFree(irk->method_name)); in TSReset_IRK()
510 …ts), PETSC_ERR_SUP, "TSIRK %s does not support implicit formula", irk->method_name); /* TODO: need… in SNESTSFormJacobian_IRK()
619 …ype", "Type of IRK method", "TSIRKSetType", TSIRKList, irk->method_name[0] ? irk->method_name : tn… in TSSetFromOptions_IRK()
620 …if (flg1 || flg2 || !irk->method_name[0]) { /* Create the method tableau after nstages or method i… in TSSetFromOptions_IRK()
766 *irktype = irk->method_name; in TSIRKGetType_IRK()
776 if (irk->method_name) { in TSIRKSetType_IRK()
777 PetscCall(PetscFree(irk->method_name)); in TSIRKSetType_IRK()
783 PetscCall(PetscStrallocpy(irktype, &irk->method_name)); in TSIRKSetType_IRK()
/petsc/src/binding/petsc4py/docs/source/
H A Dcontributing.rst42 $ python test/runtests.py -k test_xxx.class_name.method_name