DSwarm: Add DMSwarmCellDM type- Vectors can be created from several fields- Each cell DM has a separate cellid field and sort context- Mass matrix can now handle multiple fields- Add DMSwarmCellD
DSwarm: Add DMSwarmCellDM type- Vectors can be created from several fields- Each cell DM has a separate cellid field and sort context- Mass matrix can now handle multiple fields- Add DMSwarmCellDMCreate(), DMSwarmCellDMDestroy(), DMSwarmCellDMView(), DMSwarmCellDMGetDM(), DMSwarmCellDMGetFields(), DMSwarmCellDMGetCoordinateFields(), DMSwarmCellDMGetCellID(), DMSwarmCellDMGetSort(), DMSwarmCellDMSetSort(), and DMSwarmCellDMGetBlockSize()- Add DMSwarmAddCellDM(), DMSwarmSetCellDMActive(), and DMSwarmGetCellDMActive()- Add DMSwarmCreateGlobalVectorFromFields(), DMSwarmDestroyGlobalVectorFromFields(), DMSwarmCreateLocalVectorFromFields(), and DMSwarmDestroyLocalVectorFromFields()- Add DMSwarmSortDestroy()
show more ...
Remove MANSEC from makefiles it is not needed in, tutorials and tests
Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Make PetscErrorCode a non-discardable enum
DA ex1: Added point location test