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