AssembleRHS
This subroutine assembles the right-hand side vector for solving linear equation.
INTERFACE
MODULE SUBROUTINE AssembleRHS(obj)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
END SUBROUTINE AssembleRHS
END INTERFACE
This subroutine assembles the right-hand side vector for solving linear equation.
INTERFACE
MODULE SUBROUTINE AssembleRHS(obj)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
END SUBROUTINE AssembleRHS
END INTERFACE