Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-curvedgrid
Commits
8c013aba
Commit
8c013aba
authored
Oct 17, 2020
by
Praetorius, Simon
Browse files
Update README.md
parent
0cf545f8
Pipeline
#5115
passed with stage
in 9 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8c013aba
...
...
@@ -64,11 +64,8 @@ auto refGrid = GmshReader< FoamGrid<2,3> >::read("sphere.msh");
// Define the geometry mapping
auto
sphere
=
[](
const
auto
&
x
)
{
return
x
/
x
.
two_norm
();
};
template
<
int
order
>
using
Order_t
=
std
::
integral_constant
<
int
,
order
>
;
// Wrap the reference grid to build a curved grid
CurvedGrid
grid
{
*
refGrid
,
sphere
,
Order_t
<
k
>
{}
};
CurvedGrid
grid
{
*
refGrid
,
sphere
,
k
};
```
### LocalFunction-Geometry
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment