Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex30.c1210 static inline PetscScalar PlateModel(PetscInt j, PetscInt plate, AppCtx *user) in PlateModel() function
1393 f[j][i].T = x[j][i].T - PlateModel(j, PLATE_SLAB, user); in FormFunctionLocal()
1398 …f[j][i].T = x[j][i].T - mag_u * x[j - 1][i - 1].T - (1.0 - mag_u) * PlateModel(j, PLATE_LID, user); in FormFunctionLocal()