Searched defs:_p_PetscFV (Results 1 – 1 of 1) sorted by relevance
71 struct _p_PetscFV { struct73 void *data; /* Implementation object */74 PetscLimiter limiter; /* The slope limiter */75 PetscDualSpace dualSpace; /* The dual space P', usually simple */76 PetscInt numComponents; /* The number of field components */77 PetscInt dim; /* The spatial dimension */78 PetscBool computeGradients; /* Flag for gradient computation */79 PetscScalar *fluxWork; /* The work array for flux calculation */80 PetscQuadrature quadrature; /* Suitable quadrature on the volume */81 …cTabulation T; /* Tabulation of pseudo-basis and derivatives at quadrature points */[all …]