Searched refs:PlateModel (Results 1 – 1 of 1) sorted by relevance
1210 static inline PetscScalar PlateModel(PetscInt j, PetscInt plate, AppCtx *user) in PlateModel() function1393 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()