#include "petscdt.h" PetscErrorCode PetscQuadratureExpandComposite(PetscQuadrature q, PetscInt numSubelements, const PetscReal v0[], const PetscReal jac[], PetscQuadrature *qref)Not collective Many br
q | - The original PetscQuadrature Many br | |
numSubelements | - The number of subelements the original element is divided into Many br | |
v0 | - An array of the initial points for each subelement Many br | |
jac | - An array of the Jacobian mappings from the reference to each subelement Many br |
Note: Together v0 and jac define an affine mapping from the original reference element to each subelement Many br
Many br
Level:intermediate
Location:src/dm/dt/interface/dt.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages