#include "petscfe.h" PetscErrorCode PetscSpaceEvaluate(PetscSpace sp, PetscInt npoints, const PetscReal points[], PetscReal B[], PetscReal D[], PetscReal H[])
sp | - The PetscSpace Many br | |
npoints | - The number of evaluation points Many br | |
points | - The point coordinates Many br |
B | - The function evaluations in a npoints x nfuncs array Many br | |
D | - The derivative evaluations in a npoints x nfuncs x dim array Many br | |
H | - The second derivative evaluations in a npoints x nfuncs x dim x dim array Many br |
Many br
Level:advanced
Location:src/dm/dt/interface/dtfe.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages