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

Implement material constructor #1597

Merged
merged 1 commit into from May 13, 2017

Conversation

pmbremner
Copy link
Contributor

No description provided.

Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

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

This is neat! Please fix the one line break, afterwards this is ready to merge.

@@ -435,14 +435,22 @@ namespace aspect

std::vector<Tensor<1,dim> > velocity_values(n_q_points);
std::vector<Tensor<1,dim> > fluid_velocity_values(n_q_points);
std::vector<std::vector<double> > composition_values (parameters.n_compositional_fields,std::vector<double> (n_q_points));
std::vector<std::vector<double> > composition_values (introspection.n_compositional_fields,std::vect
Copy link
Member

Choose a reason for hiding this comment

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

please undo this linebreak

@gassmoeller
Copy link
Member

/run-tests

@tjhei
Copy link
Member

tjhei commented May 13, 2017

please rebase to master.

@pmbremner pmbremner force-pushed the implement_material_constructor branch from 5d543ad to b084299 Compare May 13, 2017 00:40
@pmbremner pmbremner force-pushed the implement_material_constructor branch from b084299 to ee9c3a8 Compare May 13, 2017 01:07
@pmbremner
Copy link
Contributor Author

Fixed conflict and line break.

@tjhei tjhei merged commit d0519ee into geodynamics:master May 13, 2017
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