
130 High Performance Programming for Soft Computing
and the interface area is represented by the horizontal line in the middle of
the domain. As in the 1-D case, the interface thickness of the fl uids separation
line is determined by the
G
value of Eq. (5.3.4).
5.5 Conclusions and Future Work
The discretized A-C equation can be represented as a non-linear system
which can be solved by different methods. Among these methods, the
non-linear CG method is suitable for parallelization in a GPU due to its
involved operations. Although these operations can be implemented with
kernels, see (NVIDIA 2012c), the CUSPARSE and CUBLAS functions are
used because ...