Skip to content

Commit

Permalink
Improve fluid perf 79 (#87)
Browse files Browse the repository at this point in the history
* Replace Array objects with array.

* Replace more Array.

* Replace Array objects with arrays.

* Disable using raw data for arrays in fsils_spar_mul_sv.

* Enable using raw data in fsils_spar_mul_sv.

* Replace the Array3.slice() calls with Array3.rslice().

* Replace slice with rslice.

* Fix problem with using rcol().

* Clean up prototype code.

* Clean up prototype code.

* Remove using raw pointers, doesn't seem to matter much.
  • Loading branch information
ktbolt authored Sep 5, 2023
1 parent a3fab41 commit efc5ce4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Code/Source/svFSI/fluid.cpp
Git LFS file not shown
4 changes: 2 additions & 2 deletions Code/Source/svFSILS/gmres.cpp
Git LFS file not shown
4 changes: 2 additions & 2 deletions Code/Source/svFSILS/ns_solver.cpp
Git LFS file not shown

0 comments on commit efc5ce4

Please sign in to comment.