Skip to main content

AssembleTanmat

This subroutine assembles the tangent matrix.

INTERFACE
MODULE SUBROUTINE AssembleTanmat(obj)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
END SUBROUTINE AssembleTanmat
END INTERFACE