Home
last modified time | relevance | path

Searched defs:_p_PetscFV (Results 1 – 1 of 1) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dpetscfvimpl.h68 struct _p_PetscFV { struct
70 void *data; /* Implementation object */
71 PetscLimiter limiter; /* The slope limiter */
72 PetscDualSpace dualSpace; /* The dual space P', usually simple */
73 PetscInt numComponents; /* The number of field components */
74 PetscInt dim; /* The spatial dimension */
75 PetscBool computeGradients; /* Flag for gradient computation */
76 PetscScalar *fluxWork; /* The work array for flux calculation */
77 PetscQuadrature quadrature; /* Suitable quadrature on the volume */
78 …cTabulation T; /* Tabulation of pseudo-basis and derivatives at quadrature points */
[all …]