SCIInstitute / SCI-Solver_FEM

SCI-Solver_FEM is a C++/CUDA library written to solve an FEM linear system. It is designed to solve the FEM system quickly by using GPU hardware.
MIT License
89 stars 28 forks source link

Read and write Matlab sparse matrix files #12

Closed brigb123 closed 9 years ago

brigb123 commented 9 years ago

We want to custom define stiffness and RHS matrices easily by reading in matlab files that contain 1 sparse matrix (no imaginary values). This function will return a usable "Matrix_d" or whatever we use to include in the A matrix sent to the FEM solver.

Currently, the solver uses only a uniform stiffness matrix generated by the meshes.

brigb123 commented 9 years ago

completed here e35213597d701114f2c1be64ae9fe92afa52c861