Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LCM: fixing issue #107 (matrix-free with no DTK seg faults) by changing
setting of x_, xdot_, etc. using copy constructor from xT, xdotT, etc., rather than setting pointers equal to each other. With this fix, getX() returns a valid pointer to a Tpetra_Vector, for which get1DView() works.
- Loading branch information