Searched refs:ef (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex16.c | 461 void FormElementJacobian(Field *ex, CoordField *ec, Field *ef, Field *eq, PetscScalar *ej, AppCtx *… in FormElementJacobian() argument 472 if (ef) in FormElementJacobian() 474 ef[i][0] = 0.; in FormElementJacobian() 475 ef[i][1] = 0.; in FormElementJacobian() 476 ef[i][2] = 0.; in FormElementJacobian() 494 if (ef) { in FormElementJacobian() 504 …for (m = 0; m < 3; m++) ef[idx][m] += scl * (lgrad[0] * FS[3 * m + 0] + lgrad[1] * FS[3 * m + 1] +… in FormElementJacobian() 505 ef[idx][1] -= user->load_factor * scl * user->loading * vals[bidx]; in FormElementJacobian() 706 Field ef[NEB]; in FormFunctionLocal() local 750 FormElementJacobian(ex, ec, ef, NULL, NULL, user); in FormFunctionLocal() [all …]
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1774 PetscInt e, ef; in DMPlexPointIsTensor_Internal_Given() local 1792 for (ef = 0; ef < coneSize - 2; ef++) { in DMPlexPointIsTensor_Internal_Given() 1793 if (fCone[ef] == q) { in DMPlexPointIsTensor_Internal_Given() 1800 } else if (f2Cone[ef] == q) { in DMPlexPointIsTensor_Internal_Given()
|