| 40923405 | 19-Dec-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-fem-opencl'
* knepley/fix-fem-opencl: PetscFe+OpenCL: Removed N_c variable PetscFE+OpenCL: Removed redundant numQuadraturePoints, numBasisFunctions, and numBasisCompone
Merge branch 'knepley/fix-fem-opencl'
* knepley/fix-fem-opencl: PetscFe+OpenCL: Removed N_c variable PetscFE+OpenCL: Removed redundant numQuadraturePoints, numBasisFunctions, and numBasisComponents SNES ex12: Added uniform refinement PetscFE: Fixed syntax bug PetscFE: Removed offset members that were used once PetscFE: Use correct flags for code inclusion for auxiliary fields in OpenCL SNES ex12: Fix run type options DMPlex: Fix section creation when depth == 1 DMPlex: Fixed flop calculation for OpenCL evaluator - The old version had (2+2)*dim*N_comp, but I think this should only be 2*dim, which is a 5% effect DMPlex: Fix FEM bug with initialization of auxiliary coefficient array
Conflicts: src/snes/examples/tutorials/ex12.c
show more ...
|