Skip to content

Tpetra: replacing MultiVectorFiller with FEMultiVector

James Willenbring requested to merge tjfulle:fe-multivector into develop

Created by: tjfulle

@trilinos/tpetra

Description

Replacing MultiVectorFiller with FEMultiVector in FE assembly examples.

Related Issues

  • Closes #2756 (closed)
  • Blocks
  • Is blocked by
  • Follows
  • Precedes
  • Related to
  • Part of
  • Composed of

How Has This Been Tested?

Tpetra tests pass locally: gcc 7.2, openmpi 3.0.0

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports