Home
last modified time | relevance | path

Searched defs:subts_p (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c26 TS subts_p, subts_q; /* sub TS contexts that holds the RHSFunction pointers */ member
209 TS subts_q = bsymp->subts_q, subts_p = bsymp->subts_p; in TSStep_BasicSymplectic() local