Skip to content

Thm segregate#3

Open
shyaan wants to merge 57 commits into
developfrom
thm_segregate
Open

Thm segregate#3
shyaan wants to merge 57 commits into
developfrom
thm_segregate

Conversation

@shyaan

@shyaan shyaan commented Mar 12, 2020

Copy link
Copy Markdown
Contributor

please add this branch.

Comment thread CMakeLists.txt
# 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@kks32 kks32 left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread CMakeLists.txt
# 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
Copy Markdown
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

Comment thread include/boundaryvalues.h

#include "globalvariables.h"

using namespace dealii;

Copy link
Copy Markdown
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.

Comment thread include/boundaryvalues.h

using namespace dealii;

namespace EquationData {

Copy link
Copy Markdown
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

shyaan commented Apr 17, 2020 via email

Copy link
Copy Markdown
Contributor Author

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