| #
85d305f5
|
| 06-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Update documentation of some public API routines
|
| #
63cd93b2
|
| 04-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Fix missing return
|
| #
82dfd14a
|
| 04-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Fixing a nasty memory corruption bug in non-zero allocation and set zero entries. And other miscellaneous cleanups.
|
| #
299992b9
|
| 03-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merge remote-tracking branch 'upstream/master'
|
| #
b015001c
|
| 28-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions]
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions] gfortran: remove 132 char limit from f90 free-form SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc DMPlex-Gmsh: Use trueNumCells when building the coordinate section Sys: Got guard logic reversed Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*() PetscFV: I hate fucking complex removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory fix test of DMLocalToGlobalBegin/End and add actual test cases improve object memory logging for DA, ISLocalToGlobal and ISBLOCK lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt another reuse of allocated array in 2d/3d DMDA create improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock() PetscFV: Another complex fix DMPlex+TS: Fixing types ISIdentity() was wrong for block IS! Indices are NOT scaled by bs PetscFV: Straighten out complex types TS ex11: Fix casts and remove unused variable ...
show more ...
|
| #
92c494f3
|
| 23-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options
|
| #
021e0df4
|
| 23-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/dmda-memusage'
|
| #
95ecbf38
|
| 18-May-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bdd
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddcprivate.c
show more ...
|
| #
a188d78d
|
| 17-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed use of block mapping in moab dxx code and documentation
|
| #
f0413b6f
|
| 16-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added bs argument to ISLocalToGlobalMappingCreate(), not yet used for bs > 1
|
| #
9c925a2c
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-events
Conflicts: src/ts/interface/ts.c
|
| #
5f6acfaf
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/feature-dm-circuit
Conflicts: src/dm/impls/makefile
|
| #
5905e1ea
|
| 06-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding the BlockSetFills capability for DMMoab.
|
| #
020631bc
|
| 19-Feb-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
Conflicts: include/petscsnesfas.h
|
| #
340f3b9a
|
| 03-Feb-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Add the capability to access the block or material number for each entity.
|
| #
f90c3b0e
|
| 22-Jan-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Updating DMMoab interface to the latest PETSc changes related to PetscNew. Removing occurrences of stringstream and replacing with PetscSNPrintf for manipulating IO options.
|
| #
2e4e7c01
|
| 26-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding DMSetFromOptions_Moab to unify all options database retrieval from command line. Added appropriate storage fields in data-structures and made sure that they are universally used, consistently.
Adding DMSetFromOptions_Moab to unify all options database retrieval from command line. Added appropriate storage fields in data-structures and made sure that they are universally used, consistently. Still need to figure out: how to propagate read options to DM before DMSetFromOptions is called.
show more ...
|
| #
1a845d2a
|
| 22-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Fix a bug when user provides a ltog_tag that is invalid and expects a valid one back on call to DMMoabCreateMoab. Other misc cleanups in examples.
|
| #
b8ecf6d3
|
| 22-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding more documentation to all main source files and making sure the documentation is generated according to PETSc standards.
|
| #
c6ef30f9
|
| 21-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding documentation to describe DMMOAB type.
|
| #
f6829af0
|
| 21-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Documentation updates for all the DMMoab implementation sources and re-arranging routines to place public API first and static/private routines next.
|
| #
351b8a77
|
| 02-Oct-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Making sure that the interface is const correct when dealing with MOAB objects on the getter methods.
|
| #
00cc10fe
|
| 13-Sep-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding a public API method DMMoabGetOffset to get the local offset when dealing with global spaces for Vec/Mat.
|
| #
addae81c
|
| 12-Sep-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Rename nfields->numFields and fields->fieldNames to be consistent with PetscSection. Need to make a move eventually to this structure to handle the internal field and point DOF.
|
| #
41dd5348
|
| 11-Sep-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding a variable to store ghosted elements. Change the public API to retrieve local and ghosted vertices/element sizes.
|