Skip to content

Write region data files into subdirectory (#3061)

Created by: mayrmt

@trilinos/muelu

Description

All region-related data files are now written into a user-specified subdirectory to keep the directory structure clean.

  • Specify path directory for region data files in Matlab script createInput.m as well as on the command line (command line argument --regDataDir)
  • Save/read all region-related input data from this directory
  • Rename file readRegionalFile.m to readRegionFile.m to avoid Matlab warning

Motivation and Context

Keeping the directory structure clean and moving problem specific output to a subdirectory.

Related Issues

How Has This Been Tested?

Results of toy problems did not change. However, there is no actual test yet.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports