Hi all,
I develop a finite element code in java.
I looking for an efficiency algorithm to do the assembly process... i need to assemble the global matrix into sparse vector for using in minimum memory.
someone that develop a finite element code maybe encounter in a memory problem when he...
hi all,
i develop a finite element code in java.
i use in wrapper to use in pardiso solver(written in c++).
my global stiffness matrix is csr form cause i don't have enough memory to allocate the all upper\lower triangular matrix. so first of all i allocate to the crs global matrix just...