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

Thm segregate #3

Open
wants to merge 57 commits into
base: develop
Choose a base branch
from
Open

Thm segregate #3

wants to merge 57 commits into from

Conversation

shyaan
Copy link
Contributor

@shyaan shyaan commented Mar 12, 2020

please add this branch.

@@ -35,6 +35,12 @@ endif()
# so we provide an option similar to BUILD_TESTING, but just for THM.
option(THM_BUILD_TESTING "enable testing for thm" ON)

# Add -O0 to remove optimizations when using gcc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this, please pass -DCMAKE_BUILD_TYPE=Debug when compiling

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make "DCMAKE_BUILD_TYPE=Debug" ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmake -DCMAKE_BUILD_TYPE=Debug

Copy link
Contributor

@kks32 kks32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add binary files and perf files to the code repository

@@ -35,6 +35,12 @@ endif()
# so we provide an option similar to BUILD_TESTING, but just for THM.
option(THM_BUILD_TESTING "enable testing for thm" ON)

# Add -O0 to remove optimizations when using gcc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmake -DCMAKE_BUILD_TYPE=Debug


#include "globalvariables.h"

using namespace dealii;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's recommended to avoid defining using namespace please use dealii::fn to be more precise.


using namespace dealii;

namespace EquationData {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use lower case for namespace names

@shyaan
Copy link
Contributor Author

shyaan commented Apr 17, 2020 via email

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

Successfully merging this pull request may close these issues.

2 participants