I was working with a DMPLEX and FEM, following SNES example 12. I get the following error when I call DMProjectFunction, but I don't know what it means. Can anyone explain where I might have gone wrong, or at least what this error is telling me? I think the point closure size is correct, since my mesh is 3d simplex, but what is the dual space dimension, and where might I have set it incorrectly?
[0]PETSC ERROR: Nonconforming object sizes [0]PETSC ERROR: The section point closure size 4 != dual space dimension 1 [0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting. [0]PETSC ERROR: Petsc Release Version 3.9.2, May, 20, 2018 ... [0]PETSC ERROR: Configure options --prefix=/home/eprice/software/petsc-opt --with-hdf5=1 --with-hdf5-dir=/home/eprice/software/hdf5-parallel --with-mpe=1 --with-mpe-dir=/home/eprice/software/mpe --with-debugging=0 LDFLAGS="-pthread -lz" COPTFLAGS="-O3 -march=native -mtune=native" CXXOPTFLAGS="-O3 -march=native -mtune=native" FOPTFLAGS="-O3 -march=native -mtune=native" --with-mpi=1 --with-mpi-dir=/home/eprice/software/mpich --with-mumps=1 --with-mumps-dir=/home/eprice/software/mumps --with-parmetis=1 --with-parmetis-dir=/home/eprice/software/parmetis --with-metis=1 --with-metis-dir=/home/eprice/software/parmetis --with-ptscotch=1 --with-ptscotch-dir=/home/eprice/software/scotch --with-scalapack=1 --with-scalapack-dir=/home/eprice/software/scalapack [0]PETSC ERROR: #1 DMProjectLocal_Generic_Plex() line 347 in /h/sabriel0/src/petsc-3.9.2/src/dm/impls/plex/plexproject.c [0]PETSC ERROR: #2 DMProjectFunctionLocal_Plex() line 428 in /h/sabriel0/src/petsc-3.9.2/src/dm/impls/plex/plexproject.c [0]PETSC ERROR: #3 DMProjectFunctionLocal() line 6265 in /h/sabriel0/src/petsc-3.9.2/src/dm/interface/dm.c [0]PETSC ERROR: #4 DMProjectFunction() line 6250 in /h/sabriel0/src/petsc-3.9.2/src/dm/interface/dm.c ... (I know this is an optimized PETSc build, but I get the same error from my debug build, it's just much slower.) Ellen