Skip to content

Commit

Permalink
added readme and results from our machine
Browse files Browse the repository at this point in the history
  • Loading branch information
leuraph committed Jan 23, 2024
1 parent 3144a7f commit 29fc363
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1.0000000e-03
0.0000000e+00
0.0000000e+00
0.0000000e+00
5.0000000e-04
4.5000000e-03
7.0000000e-03
2.1500000e-02
9.8500000e-02
8.6050000e-01
4.4650000e+00
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
2.0000000e+00
8.0000000e+00
3.2000000e+01
1.2800000e+02
5.1200000e+02
2.0480000e+03
8.1920000e+03
3.2768000e+04
1.3107200e+05
5.2428800e+05
2.0971520e+06
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Performance Test: Stiffness Matrix Assembly

In this directory, you can find everything needed to perform
a performance test on the Matlab implementation of the stiffness matrix
assembly.
For completeness' sake (e.g. if you do not posess a Matlab license),
we added test results found on our machine,
whose specs can be found below.

| **Device** | MacBook Pro 15-inch, 2018 |
|-------------------|---------------------------------|
| **Processor** | 2.6 GHz 6-Core Intel Core i7 |
| **Graphics** | Radeon Pro 560X 4 GB |
| | Intel UHD Graphics 630 1536 MB |
| **Memory** | 16 GB 2400 MHz DDR4 |
| **Operating System** | MacOS 13.6.3 (22G436) |
| **Matlab Version** | R2023b |



## Setup
The test case considered is a simple unit square.
In each refinement step, we refine the mesh using `RefineNVB`,
where all elements are marked for refinement.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
3.0779351e-03
0.0000000e+00
0.0000000e+00
0.0000000e+00
2.2360680e-03
6.0480532e-03
8.6450473e-03
5.8714295e-03
1.5312534e-02
5.7443336e-02
1.2458352e-01

0 comments on commit 29fc363

Please sign in to comment.