History log of /petsc/src/dm/impls/moab/dmmbfem.cxx (Results 76 – 82 of 82)
Revision Date Author Comments
# 01a5bef8 14-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/pr644/vijaysm/update-dmmoab-5/master'


# b21a1e88 18-May-2017 Vijay Mahadevan <vijay.m@gmail.com>

Update dmmbfem and tests to use the new DT APIs that account for number of components


# 6ea892ca 03-Aug-2016 Vijay Mahadevan <vijay.m@gmail.com>

Several updates to the 2-d example and making it work for a new problem loaded from file
- New problem: square mesh defined on [-0.5, 0.5]^2 with a circular hole in the middle with R=0.1 at the origi

Several updates to the 2-d example and making it work for a new problem loaded from file
- New problem: square mesh defined on [-0.5, 0.5]^2 with a circular hole in the middle with R=0.1 at the origin.
- Several documentation updates to the 2-D and 3-D problem solvers
- Updates to get all tests working cleanly in light of some minor API changes on PETSc master

show more ...


# 2417220e 02-Aug-2016 Vijay Mahadevan <vijay.m@gmail.com>

Several key fixes for parallel computations

- A bug fix for parallel boundary vertex resolution (filter by interface
rather than shared entities); Other miscellaneous updates to the drivers.
- Upd

Several key fixes for parallel computations

- A bug fix for parallel boundary vertex resolution (filter by interface
rather than shared entities); Other miscellaneous updates to the drivers.
- Updating the nnz/onz allocation computation for the interpolation matrices

show more ...


# a86ed394 01-Aug-2016 Vijay Mahadevan <vijay.m@gmail.com>

Updating the interpolation matrix to use a consistent basis for FEM problems.

- This needs to be exposed as an option in the future (can allow us to compare
different types of interpolation operat

Updating the interpolation matrix to use a consistent basis for FEM problems.

- This needs to be exposed as an option in the future (can allow us to compare
different types of interpolation operators).
- Updates for Hex basis evaluation and other minor updates

show more ...


# 181f196b 27-Jul-2016 Vijay Mahadevan <vijay.m@gmail.com>

Verified solution accuracy and convergence of 2-D and 3-D problems

- Adding a physical to reference natural coordinate computation routine through
Newton iteration. Verified.


# 63d025db 27-Jul-2016 Vijay Mahadevan <vijay.m@gmail.com>

Adding a consolidated FEM helper class for evaluating basis functions for computations
- Updating the 2-D example to use the new interface for FEM assmebly
- Some warning fixes and making the formatt

Adding a consolidated FEM helper class for evaluating basis functions for computations
- Updating the 2-D example to use the new interface for FEM assmebly
- Some warning fixes and making the formatting consistent everywhere

show more ...


1234