Lines Matching defs:b

188     const PetscReal b[1]    = {RC(1.0)};  in TSRKRegisterAll()  local
196 const PetscReal b[2] = {RC(0.5), RC(0.5)}; in TSRKRegisterAll() local
205 const PetscReal b[2] = {0, RC(1.0)}; in TSRKRegisterAll() local
214 const PetscReal b[3] = {RC(0.25), RC(0.5), RC(0.25)}; in TSRKRegisterAll() local
224 const PetscReal b[4] = {RC(2.0) / RC(9.0), RC(1.0) / RC(3.0), RC(4.0) / RC(9.0), 0}; in TSRKRegisterAll() local
235 …const PetscReal b[4] = {RC(1.0) / RC(6.0), RC(1.0) / RC(3.0), RC(1.0) / RC(3.0), RC(1.0) / RC(6.0)… in TSRKRegisterAll() local
247 …const PetscReal b[6] = {RC(16.0) / RC(135.0), 0, RC(6656.0) / RC(12825.0), RC(28561.0) / RC(5… in TSRKRegisterAll() local
261 …const PetscReal b[7] = {RC(35.0) / RC(384.0), 0, RC(500.0) / RC(1113.0), RC(125.0) / RC(1… in TSRKRegisterAll() local
285 …const PetscReal b[8] = {RC(587.0) / RC(8064.0), 0, RC(4440339.0) / RC(15491840.0), RC(24353.0… in TSRKRegisterAll() local
301 …const PetscReal b[9] = {RC(7.6388888888888888888888888888888888888889e-02), 0, 0, RC(3.69408369408… in TSRKRegisterAll() local
319 …const PetscReal b[10] = {RC(4.7425837833706756083569172717574534698932e-02), 0, 0, RC(2.5622361659… in TSRKRegisterAll() local
340 …const PetscReal b[13] = {RC(4.4729564666695714203015840429049382466467e-02), 0, 0, 0, 0, RC(1.5691… in TSRKRegisterAll() local
432 …er(TSRKType name, PetscInt order, PetscInt s, const PetscReal A[], const PetscReal b[], const Pets… in TSRKRegister()
485 …rorCode TSRKGetTableau_RK(TS ts, PetscInt *s, const PetscReal **A, const PetscReal **b, const Pets… in TSRKGetTableau_RK()
524 PetscErrorCode TSRKGetTableau(TS ts, PetscInt *s, const PetscReal **A, const PetscReal **b, const P… in TSRKGetTableau()
602 const PetscReal *b = tab->b, *c = tab->c; in TSForwardCostIntegral_RK() local
622 const PetscReal *b = tab->b, *c = tab->c; in TSAdjointCostIntegral_RK() local
641 const PetscReal *b = tab->b, *c = tab->c; in TSRollBack_RK() local
677 const PetscReal *A = tab->A, *c = tab->c, *b = tab->b; in TSForwardStep_RK() local
878 const PetscReal *A = tab->A, *b = tab->b, *c = tab->c; in TSAdjointStep_RK() local
1052 PetscScalar *b; in TSInterpolate_RK() local