Skip to content
Snippets Groups Projects
Commit 92074189 authored by Porrmann, Maik's avatar Porrmann, Maik
Browse files

rename module to dune-c1elements

parent 1545c45b
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.13)
project(c1elements CXX)
project(dune-c1elements CXX)
if(NOT (dune-common_DIR OR dune-common_ROOT OR
"${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*"))
......
File moved
......@@ -3,7 +3,7 @@
################################
# Name of the module
Module: c1elements
Module: dune-c1elements
Version: 0.0
Maintainer: maik.porrmann@tu-dresden.de
# Required build dependencies
......
......@@ -253,8 +253,8 @@ namespace Dune
using FiniteElementRangeField =
typename FiniteElement::Traits::LocalBasisType::Traits::RangeFieldType;
using FiniteElementJacobianField =
typename FiniteElement::Traits::LocalBasisType::Traits::JacobianType;
// using FiniteElementJacobianField =
// typename FiniteElement::Traits::LocalBasisType::Traits::JacobianType;
auto interpolationCoefficients = std::vector<FiniteElementRangeField>();
auto &&fe = node.finiteElement();
......
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