InitiateTangetMatrix
This subroutine initiate the tangent matrix of the kernel.
note
Following points should be noted:
- If tangent matrix of the kernel is not associated then this subroutine will initiate a new tangent matrix.
- This subroutine calls the method KernelInitiateTangentMatrix.
- This subroutine uses
fedof
, therefore, fedof should be initiated before calling this routine.
Interface
INTERFACE AbstractKernelInitiateTangentMatrix
MODULE SUBROUTINE obj_InitiateTangentMatrix(obj)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
END SUBROUTINE obj_InitiateTangentMatrix
END INTERFACE AbstractKernelInitiateTangentMatrix