addNewInterpolationMatrix Subroutine

public subroutine addNewInterpolationMatrix(Tset_, Nold, spAold, Nnew, xiNew)

Uses

    • NodalStorageClass

Arguments

Type IntentOptional Attributes Name
class(InterpolationMatrix_t) :: Tset_(0:,0:)
integer, intent(in) :: Nold
class(NodalStorage_t), intent(in) :: spAold
integer, intent(in) :: Nnew
real(kind=RP), intent(in) :: xiNew(0:Nnew)