Skip to main content

AbstractMatrixField

AbstractMatrixField is a child of AbstractField_.

  • It handles tangent matrix in finite element method.

Structure​

TYPE, ABSTRACT, EXTENDS(AbstractField_) :: AbstractMatrixField_
LOGICAL(LGT) :: isPmatInitiated = .FALSE.
!! True if precondition matrix is initiated

AbstractMatrixField1

todo​

  • ShallowCopy
  • Copy
  • Assemble
  • GetRange
  • GetNNZ
  • AXPY
  • XPAY
  • AXPYZ
  • Scale
  • ShiftDiagonal
  • ShiftMatrix

Methods​