Skip to content

correct case 3rd of C_ijkl

Tuan Vo requested to merge tvo into master

// Coupling M_R and M_E

gamma_RE*(struct_ME(i,j)*struct_MR(k,l) + struct_MR(i,j)*struct_ME(k,l));

was not used properly

Merge request reports