sandialabs / compadre

Compadre (Compatible Particle Discretization and Remap)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function to perform layout conversion from left to right and transpose

quang-ha opened this issue · comments

Add function to perform conversion between layout left and right, also performing transpose. Things required are:

  1. convert layout right to left
  2. convert layout left to right
  3. transpose layout left to left

Function should take 2 input matrices from the appropriate layouts and should reside inside Compadre_Misc.hpp.

Resolved by PR #115