Skip to content
Snippets Groups Projects
Commit e5efbc3b authored by Laura Lindner's avatar Laura Lindner
Browse files

fixed merge

parent a0cafd65
No related branches found
No related tags found
3 merge requests!153Local add output info,!144Debug cardmech,!113Convergence tests monodomain
Pipeline #123663 passed
......@@ -9,6 +9,7 @@
#include "discretization/IDiscretization.hpp"
#include "CardiacData.hpp"
#include "ScalarElement.hpp"
#include "LagrangeDiscretization.hpp"
const Point shift2(-exp(1.3), 0.0);
......
......@@ -4,6 +4,8 @@
#include "utility/Config.hpp"
#include "VolumetricPenalty.hpp"
#include <Tensor.hpp>
#include <functional>
static Tensor DeformationGradient(const Tensor &Du) { return One + Du; }
......
Subproject commit a56c00e6057aeed8404df87c27ea2c6c7e5e5850
Subproject commit bcafb16abda9c2fe4deeb7156b652b9cae1dfe80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment