Skip to content

Commit

Permalink
Convert RadInterpBndryData routines to C++ (#2638)
Browse files Browse the repository at this point in the history
This PR combines the six boundary interpolation routines into one loop. The loop structure is designed in such a way that all six 2D faces are automatically recoverable, even though we write it as if it is 3D.
  • Loading branch information
maxpkatz authored Nov 2, 2023
1 parent 445a2ee commit da3e4b7
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 1,446 deletions.
4 changes: 0 additions & 4 deletions Source/radiation/_interpbndry/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ CA_BASE=EXE
C$(CA_BASE)_sources += RadInterpBndryData.cpp RadBndryData.cpp

C$(CA_BASE)_headers += RadInterpBndryData.H RadBndryData.H RadBoundCond.H

ca_F90$(CA_BASE)_sources += RadInterpBndryData_$(DIM)d.F90

ca_F$(CA_BASE)_headers += RADINTERPBNDRYDATA_F.H
186 changes: 0 additions & 186 deletions Source/radiation/_interpbndry/RADINTERPBNDRYDATA_F.H

This file was deleted.

Loading

0 comments on commit da3e4b7

Please sign in to comment.