gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
functionSpace.cpp
Go to the documentation of this file.
1
// Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2
//
3
// See the LICENSE.txt file in the Gmsh root directory for license information.
4
// Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5
//
6
// Contributor(s):
7
// Eric Bechet
8
//
9
10
#include "
functionSpace.h
"
11
12
const
SVector3
VectorLagrangeFunctionSpaceOfElement::BasisVectors
[3] = {
13
SVector3
(1, 0, 0),
SVector3
(0, 1, 0),
SVector3
(0, 0, 1)};
14
const
SVector3
VectorLagrangeFunctionSpace::BasisVectors
[3] = {
15
SVector3
(1, 0, 0),
SVector3
(0, 1, 0),
SVector3
(0, 0, 1)};
SVector3
Definition:
SVector3.h:16
VectorLagrangeFunctionSpaceOfElement::BasisVectors
static const SVector3 BasisVectors[3]
Definition:
functionSpace.h:477
VectorLagrangeFunctionSpace::BasisVectors
static const SVector3 BasisVectors[3]
Definition:
functionSpace.h:512
functionSpace.h
src
solver
functionSpace.cpp
Generated by
1.8.18