-
Notifications
You must be signed in to change notification settings - Fork 4
Js fix jb homo #73
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
base: JB_homo
Are you sure you want to change the base?
Js fix jb homo #73
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,7 +91,7 @@ def plot_dfn(power): | |
| im = Image.new('RGBA', s, (255, 255, 255, 255)) | ||
| draw = ImageDraw.Draw(im) | ||
|
|
||
| fracture_box = [1, 1, 0] | ||
| fracture_box = [1, 1, 1] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be 2D test so box is ok. domain use zero z component anyway.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Problem probably in UniformBoxPosition, where zero volume imply failure of Poisson number of samples. |
||
| sample_range = (0.001, 1) | ||
| power = 2.1 | ||
| conf_range = [0.001, 1] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reg._gmsh_id association to the GMSH Physical group.
Original code is correct.