-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature.waveguide' into 'master.dev'
[feature.waveguide] Maxwell Coaxial Waveguide See merge request piclas/piclas!692
- Loading branch information
Showing
56 changed files
with
3,167 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
!L2 error norm | ||
analyze_L2=1e12 | ||
|
||
! compare the last row in coaxial_DMD_Spec.dat with a reference file | ||
compare_data_file_name = post-dmd/coaxial_DMD_Spec.dat | ||
compare_data_file_reference = post-dmd/coaxial_DMD_Spec_ref.dat | ||
compare_data_file_tolerance = 1e-3 | ||
compare_data_file_tolerance_type = relative | ||
compare_data_file_max_differences = 3 ! the sign in the DMD data can either be positive or negative for some values |
1 change: 1 addition & 0 deletions
1
regressioncheck/NIG_maxwell_RK4/CoaxialCable_DMD/command_line.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MPI=1,8,13 |
Binary file added
BIN
+109 KB
regressioncheck/NIG_maxwell_RK4/CoaxialCable_DMD/cylinderNgeo2_mesh.h5
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
regressioncheck/NIG_maxwell_RK4/CoaxialCable_DMD/excludeBuild.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
! maxwell RK | ||
PICLAS_EQNSYSNAME=poisson |
9 changes: 9 additions & 0 deletions
9
regressioncheck/NIG_maxwell_RK4/CoaxialCable_DMD/externals.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! --- Externals Tool Reggie | ||
MPI = 1 ! Single execution | ||
externalbinary = ./bin/dmd ! Relative binary path in build directory | ||
externaldirectory = post-dmd ! Directory name, where the files are located for the external tool reggie | ||
externalruntime = post ! Run after piclas is completed (post: after, pre: before) | ||
cmd_suffix = ../coaxial_State_000.00000*.h5 ! Suffix for the binary execution | ||
!cmd_pre_execute = pwd\s>\stest.txt ! "\s" resembles a white space character in the command (simply using " " is not allowed) | ||
|
||
!nocrosscombination:MPI,externalbinary,externaldirectory,externalruntime,cmd_suffix,cmd_pre_execute |
Oops, something went wrong.