Home
last modified time | relevance | path

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

/petsc/doc/manual/
H A Dsection.md102 [(p_0, f_0, d_0), (p_0, f_1, d_0), (p_0, f_1, d_1),\\ (p_1, f_0, d_0), (p_1, f_1, d_0), (p_1, f_1, …
108 [(p_0, f_0, d_0), (p_1, f_0, d_0),\\ (p_0, f_1, d_0), (p_0, f_1, d_1), (p_1, f_1, d_0), (p_1, f_1, …
H A Ddmplex.md59 f_0 \mapsto \mathtt{0}, f_1 \mapsto \mathtt{1}, \\ v_0 \mapsto \mathtt{2}, v_1 \mapsto \mathtt{3}, …
H A Dtao.md1630 function values $f_1 \leq f_2 \leq \ldots \leq f_{N+1}$. At each
1641 The algorithm terminates when the residual $f_{N+1} - f_1$ becomes
/petsc/src/snes/tutorials/
H A Dex11.c65 static void f_1(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uO… in f_1() function
267 PetscCall(PetscDSSetResidual(ds, 0, f_0, f_1)); in SetupProblem()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c464 const PetscScalar f_1 = x1 - x0; in QuadMap_Private() local
480 real[0] = x0 + f_1 * p0 + f_3 * p1 + f_01 * p0 * p1; in QuadMap_Private()
650 const PetscScalar f_1 = x1 - x0; in HexMap_Private() local
682 …real[0] = x0 + f_1 * p0 + f_3 * p1 + f_4 * p2 + f_01 * p0 * p1 + f_12 * p1 * p2 + f_02 * p0 * p2 +… in HexMap_Private()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md57 …unctions we will call $f_0$ and those paired with gradients of test functions will be called $f_1$.