Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-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
Joined
Aug 17, 2014
Messages
3
Location
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 :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top