Commit c15e806
MPI for 2D parabolic system on conforming P4est mesh (#2886)
* enabled MPI for 2D parabolic system on P4est mesh (from present main)
* adapted naming: viscous -> parabolic
* added assertion to ensure no mortars are present
* cleanup style
* increased allocation limit (checked similar allocations in MPI as hyperbolic communication, now just 3 x communication)
* Apply suggestions from code review
Removed dispatch to unsupoorted T8codeMeshParallel
Co-authored-by: Daniel Doehring <doehringd2@gmail.com>
* added comments to clarify sign-flip
* extended comment on orientation_factor
* renamed surface integral MPI accumulate
* Apply suggestions from code review
adhere to mpi internal functions
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
* removed unnecessary function
* moved mpi send to end
* Apply suggestions from code review
applied suggested comment improvments
Co-authored-by: Daniel Doehring <doehringd2@gmail.com>
* formatting applied
* added name to Authors
* Apply suggestions from code review
* Update src/solvers/dgsem_p4est/dg_2d_parabolic_parallel.jl
---------
Co-authored-by: TJP-Karpowski <MessageInGitHubPlease>
Co-authored-by: Daniel Doehring <doehringd2@gmail.com>
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>1 parent b02a8a4 commit c15e806
6 files changed
Lines changed: 584 additions & 0 deletions
File tree
- src
- callbacks_step
- solvers/dgsem_p4est
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
253 | 256 | | |
254 | 257 | | |
255 | 258 | | |
| |||
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
323 | 329 | | |
324 | 330 | | |
325 | 331 | | |
0 commit comments