Skip to content
Snippets Groups Projects
Commit 045d0095 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Dune::shared_ptr -> std::shared_ptr

parent 94b42ff4
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ class Material ...@@ -42,7 +42,7 @@ class Material
} }
//! Evaluate the strain energy //! Evaluate the strain energy
virtual ReturnType energy(Dune::shared_ptr<GridFunction> displace) = 0; virtual ReturnType energy(std::shared_ptr<GridFunction> displace) = 0;
//! Return the local assembler of the first derivative of the strain energy at some displacement //! Return the local assembler of the first derivative of the strain energy at some displacement
virtual LocalLinearization& firstDerivative(std::shared_ptr<GridFunction> displace) = 0; virtual LocalLinearization& firstDerivative(std::shared_ptr<GridFunction> displace) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment