Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-c1elements
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maik Porrmann
dune-c1elements
Commits
92074189
Commit
92074189
authored
2 years ago
by
Porrmann, Maik
Browse files
Options
Downloads
Patches
Plain Diff
rename module to dune-c1elements
parent
1545c45b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
dune-c1elements.pc.in
+0
-0
0 additions, 0 deletions
dune-c1elements.pc.in
dune.module
+1
-1
1 addition, 1 deletion
dune.module
dune/functions/functionspacebases/c1_interpolate.hh
+2
-2
2 additions, 2 deletions
dune/functions/functionspacebases/c1_interpolate.hh
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
92074189
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.*"
))
...
...
This diff is collapsed.
Click to expand it.
c1elements.pc.in
→
dune-
c1elements.pc.in
+
0
−
0
View file @
92074189
File moved
This diff is collapsed.
Click to expand it.
dune.module
+
1
−
1
View file @
92074189
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
dune/functions/functionspacebases/c1_interpolate.hh
+
2
−
2
View file @
92074189
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment