If I understand it right, com_bc=1 should set grad^2 chi = 0, but this seems to be setting Del^* chi = 0. Should we flip -x to x?
|
! no compression |
|
if(com_bc.eq.1 .and. numvar.ge.3) then |
|
call set_laplacian_bc(i_chi,rhs,temp,normal,curv,izonedim,-x,mat) |
|
endif |
If I understand it right,
com_bc=1should setgrad^2 chi = 0, but this seems to be settingDel^* chi = 0. Should we flip-xtox?M3DC1/unstructured/model.f90
Lines 382 to 385 in cc6e982