Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 2: Write each frequency results into its own files #12

Closed
bangerth opened this issue Jun 10, 2021 · 2 comments
Closed

Milestone 2: Write each frequency results into its own files #12

bangerth opened this issue Jun 10, 2021 · 2 comments

Comments

@bangerth
Copy link
Owner

From Jason:

One thing that I had to do with biharmonic was to have it write each frequency result to it's own file. I tried to use frequency_response.txt, but I'd get read/write collision errors when your solver and Ares were both trying to access it at the same time.

@bangerth
Copy link
Owner Author

Specifically:

<freq #>_frequency_response.txt

This is an output file generated by dealII_3D. A separate file will be created for every frequency listed in <cmd_filename>. <freq #> will be a numeric number from 1 to N, where N is the number of frequencies to solve. For instance, for the <cmd_filename> example given above, five files will be created:

T1_1_frequency_response.txt
T1_2_frequency_response.txt
T1_3_frequency_response.txt
T1_4_frequency_response.txt
T1_5_frequency_response.txt

@bangerth
Copy link
Owner Author

Fixed by 146dee7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant