#include "petscfe.h" PetscErrorCode PetscFEIntegrate(PetscFE fem, PetscDS prob, PetscInt field, PetscInt Ne, PetscFEGeom *cgeom, const PetscScalar coefficients[], PetscDS probAux, const PetscScalar coefficientsAux[], PetscScalar integral[])Not collective
fem | - The PetscFE object for the field being integrated | |
prob | - The PetscDS specifying the discretizations and continuum functions | |
field | - The field being integrated | |
Ne | - The number of elements in the chunk | |
cgeom | - The cell geometry for each cell in the chunk | |
coefficients | - The array of FEM basis coefficients for the elements | |
probAux | - The PetscDS specifying the auxiliary discretizations | |
coefficientsAux | - The array of FEM auxiliary basis coefficients for the elements |
Output Parameter