Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdt.h566 struct _n_PetscTabulation { struct
567 PetscInt K; /* Indicates a k-jet, namely tabulated derivatives up to order k */
568 PetscInt Nr; /* The number of tabulation replicas (often 1) */
569 PetscInt Np; /* The number of tabulation points in a replica */
570 PetscInt Nb; /* The number of functions tabulated */
571 PetscInt Nc; /* The number of function components */
595 typedef struct _n_PetscTabulation *PetscTabulation; argument