Skip to content

Added zero initialization for Coeff in DirectFull, added test for same

Vidhi Zala requested to merge fix/DirectFullCoeffInitZeroFix into master

This fix is made to initialize coefficients of expansion in DirectFull, related to Dirichlet coefficients. In the absence of this, the non-zero values were causing the final solution to deviate from exact solution. Tested on Implicit diffusion case with variable coefficient to verify.

Merge request reports