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

use the user-provided number of Gauss points for line elements #24

Open
norihiro-w opened this issue Mar 4, 2016 · 0 comments
Open

Comments

@norihiro-w
Copy link
Contributor

Currently the number of Gauss points for lines is fixed to 2, regardless the number given in *.num files. Modifying the code to setting the number from *.num files is possible and easy. However please note that we have to modify a lot of benchmarks.

This is because the modification means we change the default number from 2 to 3 for line elements, as the default number for all element types is 3. Since many benchmarks do not specify the number in *.num files and OGS uses the default number, the change will result in new solutions which are bit different from reference files.

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

No branches or pull requests

1 participant