Home
last modified time | relevance | path

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

/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c21 struct _BasicSymplecticScheme sch; member
97 BasicSymplecticScheme scheme = &link->sch; in TSBasicSymplecticRegisterDestroy()
172 scheme = &link->sch; in TSBasicSymplecticRegister()
337 …ymplecticSchemeList, count = 0; link; link = link->next, count++) namelist[count] = link->sch.name; in TSSetFromOptions_BasicSymplectic()
428 PetscCall(PetscStrcmp(link->sch.name, bsymptype, &match)); in TSBasicSymplecticSetType_BasicSymplectic()
430 bsymp->scheme = &link->sch; in TSBasicSymplecticSetType_BasicSymplectic()