Skip to content

Enhancement in MatrixField Matvec method #179

@shishiousan

Description

@shishiousan

"scale" value is not be reflected when the "addContribution" is false in Matvec

The issue occurred in the following code

CALL tanmat%Matvec( &
    & x=sol, &
    & y=rhs, &
    & addContribution=.FALSE., &
    & scale=-dt)

I expected the above code yields the result such that $y = -dt*tanmat*sol$,
but it returned

y = tanmat * sol

without scaling by $-dt$.

Metadata

Metadata

Labels

wishlistTell us which feature do you want in easifemClasses

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions