History log of /petsc/src/dm/impls/moab/dmmbutil.cxx (Results 126 – 150 of 167)
Revision Date Author Comments
# 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 ...


# 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


# 5e168b13 15-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fix some unitialized variable warnings


# 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


# a8e33bb7 27-Feb-2014 Vijay Mahadevan <vijay.m@gmail.com>

Refactor code for simplex connectivity.


# c3dd00c7 27-Feb-2014 Vijay Mahadevan <vijay.m@gmail.com>

Modifying the BoxMesh creation function to also generate simplices (triangles and tets) in a structured fashion. This complements the quad, hex generation. Now the createmesh function takes an option

Modifying the BoxMesh creation function to also generate simplices (triangles and tets) in a structured fashion. This complements the quad, hex generation. Now the createmesh function takes an optional isSimplex argument.

show more ...


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


# aa859218 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Rename some private function and add documentation to public API functions.


# e427d9c9 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Fixing errors due to bad merge after cherry-picking earlier in the branch.


# 66f88a78 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Adding an extra argument to box mesh creation in order to specify the domain bounds. Modifying examples accordingly.


# ce1fd009 17-Sep-2013 Vijay Mahadevan <vijay.m@gmail.com>

Updating mbutil to the new moab interface change.


# b5410836 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Feature additions and fixes. 1) Making the fileset by default represent root set. Useful when user handles the creation of mesh etc. 2) Renumber all entities after resolving shared nodes.


# 3a4aeca1 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Getting the parallel mesh generation to work correctly. Generate extra sets to categories different dimensional entities so that we can apply some useful tags onto them in future.


# e23c60eb 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Fix the NNZ computation by removing the old methods and implemented a more rigorous traversal to find nnz and onz. Other minor cleanups in DMMoab - remove prints, debug statements etc.


# c8d5365d 13-Aug-2013 Vijay Mahadevan <vijay.m@gmail.com>

Fixing the parallel mesh generation using slices. The in-memory mesh has contiguous local and then ghosted entities. Tests successful.


# e5136372 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Parallel mesh generation.

2b2088d: Ghost layer creation needs to be addressed for in-memory structured meshgen.
c5fa303: Owned vertex ranges might not always be contiguous when reading from files. N

Parallel mesh generation.

2b2088d: Ghost layer creation needs to be addressed for in-memory structured meshgen.
c5fa303: Owned vertex ranges might not always be contiguous when reading from files. Need alternate way to handle MOAB Vec.

show more ...


# 7023aa44 20-Nov-2013 Vijay Mahadevan <vijay.m@gmail.com>

Updates to the 2-D example and additional options for reading mesh from file.

51ee65e: Adding new public interface functions to simplify user assembly code. Added methods to get connectivity of an e

Updates to the 2-D example and additional options for reading mesh from file.

51ee65e: Adding new public interface functions to simplify user assembly code. Added methods to get connectivity of an element, coordinates of vertices, and to check if given vertices lie on the boundary.
866cea9: Updating some RW options for MOAB and enabling command-line control.
fd2859a: Remove the DA related routines and references in 2-D example.

show more ...


# 6e40195e 01-Aug-2013 Vijay Mahadevan <vijay.m@gmail.com>

Make sure that all Global ids are 1-based. There is an internal call in DMMoab_SetUp to correct this to zero-based indices for suitable use in PETSc and other array related usage.


1234567