Skip to content
Snippets Groups Projects
Commit 9f74a7c0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

2nd order view example from JF
parent 8409980e
No related branches found
No related tags found
No related merge requests found
/*********************************************************************
*
* Gmsh tutorial on polynomial interpolation
*
* Scalar post-processing view
*
*********************************************************************/
View "a scalar map" {
ST (0,0,0,1,0,0,0,1,0){0,0,0,1,1,0};
ST (1,0,0,1,1,0,0,1,0){1,0,0,0,1,0};
INTERPOLATION_MATRIX { {1,-1,-1,0,0,0},
{1, 0, 0,0,0,0},
{0, 1, 0,0,0,0},
{0, 1, 0,-1,-1,0},
{0, 0, 1, 0,-1,-1},
{0, 0, 0, 0,1,0}};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment