History log of /petsc/src/dm/impls/moab/dmmbio.cxx (Results 51 – 75 of 78)
Revision Date Author Comments
# af3d4eeb 16-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merge branch 'pr192/Fande-Kong/scalable-matincreaseoverlap/master' of https://bitbucket.org/petsc/petsc


# f1c23e0e 15-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# 4bc2dc4b 15-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
s

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
src/mat/impls/is/matis.h

show more ...


# 305f5a7e 14-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged master into semihozmen/ksp-fcg-eigen-comp-support


# f9185b66 13-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr192/Fande-Kong/scalable-matincreaseoverlap/master

Needed to merge master to update to new calling sequence PetscCommBuildTwoSided


# 66d7bb0d 12-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged petsc/petsc into master


# 255664f4 12-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-directory-layout'


# af0996ce 11-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

updated PETSc directory layout to match standard packaging strategies

include/petsc finclude,private,mpiuni
lib/petsc conf
bin/petsc*


# 898446f9 11-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-is-for-differential-variables

Conflicts:
include/petsc-private/tsimpl.h
src/ts/impls/eimex/eimex.c
src/ts/interface/ts.c


# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 609885f5 13-Jul-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe


# 22eafb7f 27-Jun-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'feature-dmmoab'


# 2bc0d5c7 27-Jun-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-maint' into stefano_zampini/pcbddc_deluxe


# 4d29c9cb 25-Jun-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-dmmoab-hdf5-tests'

Conflicts:
src/dm/interface/dmregall.c
src/ts/examples/tutorials/makefile


# 63aba298 24-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fixing up examples to write out VTK if MOAB is not configured with HDF5.


# 6acfe860 14-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fix a memory crash with options related string handling


# 1a715c1a 14-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fix a memory crash with options related string handling


# 61eb6e27 06-Feb-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fixing a bug in options for read/write where there was garbage in newly initialize char arrays.


# 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 ...


# 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.


# a1427eb0 21-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Adding documentation to the DMMoabOutput API routine.


# 8cbae1a6 05-Sep-2013 Vijay Mahadevan <vijay.m@gmail.com>

Cleaning up DMMoab and splitting the monolithic implementation into smaller files for organization based on field-management and io. Adding several variables to core DMMoab data structure to cache th

Cleaning up DMMoab and splitting the monolithic implementation into smaller files for organization based on field-management and io. Adding several variables to core DMMoab data structure to cache the necessary IDs for FEM-type assembly and traversals. Removed all references to Section since profiling indicated that this was slow overall.

show more ...


# 0ba98426 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 ...


1234