Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

assembly of global stiffness matrix directly to csr form

Status
Not open for further replies.

yosimzd2

Mechanical
Aug 17, 2014
3
0
0
IL
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 0.0005 from the upper\lower triangular size.(0.005)*(0.5*n*(n+1))
my goal is to do the assembly directly to the global spars matrix.
there is any algorithm or other think that can help me with this?

thanks in advance :)
 
Replies continue below

Recommended for you

Status
Not open for further replies.
Back
Top