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

IBFE ex7 tiny fix #180

Merged
merged 2 commits into from
Dec 12, 2017
Merged

IBFE ex7 tiny fix #180

merged 2 commits into from
Dec 12, 2017

Conversation

sach1
Copy link
Contributor

@sach1 sach1 commented Dec 10, 2017

Removed code that was previously enclosed in {{ #if 0, #endif }}

Example now compiles & runs successfully.

@jenkinsbot1024
Copy link

Can one of the admins verify this patch?

2 similar comments
@jenkinsbot1024
Copy link

Can one of the admins verify this patch?

@jenkinsbot1024
Copy link

Can one of the admins verify this patch?

@sach1
Copy link
Contributor Author

sach1 commented Dec 10, 2017

Also want to point out that the PK1 stress function arguments keep switching between commits for all the IBFE examples (even in prior versions of main.cpp where tests were not yet set up)

It changes between this

void
upper_PK1_stress_function(
    TensorValue<double>& PP,
    const TensorValue<double>& FF,
    const libMesh::Point& /*X*/,
    const libMesh::Point& s,
    Elem* const /*elem*/,
    const vector<const vector<double>*>& /*var_data*/,
    const vector<const vector<VectorValue<double> >*>& /*grad_var_data*/,
    double /*time*/,
    void* /*ctx*/)

and

void
upper_PK1_stress_function(
    TensorValue<double>& PP,
    const TensorValue<double>& FF,
    const libMesh::Point& /*X*/,
    const libMesh::Point& s,
    Elem* const /*elem*/,
    const vector<NumericVector<double>*>& /*system_data*/,
    double /*time*/,
    void* /*ctx*/)

not sure if this is intentional and which one is 'recommended use' ...

@boyceg
Copy link
Contributor

boyceg commented Dec 11, 2017 via email

@sach1
Copy link
Contributor Author

sach1 commented Dec 11, 2017

Oh, I understand now. Thanks for the detailed explanation.

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

Jenkins check this please.

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

ok to test

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

Jenkins check this please.

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

Hmmmm, it looks like the compiler is just crashing on the new VM...

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

retest this please

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

Hmmm, Jenkins is having trouble with this branch. I am going to go ahead and merge since it only touches the example code.

@boyceg boyceg merged commit 31d7007 into IBAMR:master Dec 12, 2017
@sach1 sach1 deleted the fix_IBFE_ex7 branch December 12, 2017 20:53
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.

None yet

3 participants