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!

Search results for query: *

  1. yosimzd2

    AN EFFICIENT WAY TO DO THE ASSEMBLY OF GLOBAL STIFFNESS MATRIX

    what is the conection between wavefront analysis to assembly process?
  2. yosimzd2

    AN EFFICIENT WAY TO DO THE ASSEMBLY OF GLOBAL STIFFNESS MATRIX

    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...
  3. yosimzd2

    assembly of global stiffness matrix directly to csr form

    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...
Back
Top