Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c370 GaussPointCoefficients **_coefficients; in DMDAViewCoefficientsGnuplot2d() local
393 PetscCall(DMDAVecGetArray(da, local_fields, &_coefficients)); in DMDAViewCoefficientsGnuplot2d()
400 coord_x = _coefficients[j][i].gp_coords[2 * p]; in DMDAViewCoefficientsGnuplot2d()
401 coord_y = _coefficients[j][i].gp_coords[2 * p + 1]; in DMDAViewCoefficientsGnuplot2d()
405 …ouble)PetscRealPart(_coefficients[j][i].E[p]), (double)PetscRealPart(_coefficients[j][i].nu[p]), (… in DMDAViewCoefficientsGnuplot2d()
406 (double)PetscRealPart(_coefficients[j][i].fy[p]))); in DMDAViewCoefficientsGnuplot2d()
410 PetscCall(DMDAVecRestoreArray(da, local_fields, &_coefficients)); in DMDAViewCoefficientsGnuplot2d()
H A Dex43.c422 GaussPointCoefficients **_coefficients; in DMDAViewCoefficientsGnuplot2d() local
446 PetscCall(DMDAVecGetArray(da, local_fields, &_coefficients)); in DMDAViewCoefficientsGnuplot2d()
453 coord_x = _coefficients[j][i].gp_coords[2 * p]; in DMDAViewCoefficientsGnuplot2d()
454 coord_y = _coefficients[j][i].gp_coords[2 * p + 1]; in DMDAViewCoefficientsGnuplot2d()
458 …uble)PetscRealPart(_coefficients[j][i].eta[p]), (double)PetscRealPart(_coefficients[j][i].fx[p]), … in DMDAViewCoefficientsGnuplot2d()
463 PetscCall(DMDAVecRestoreArray(da, local_fields, &_coefficients)); in DMDAViewCoefficientsGnuplot2d()