gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
shapeFunctions.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
#include "
shapeFunctions.h
"
7
#include "
Context.h
"
8
9
double
element::getTolerance
()
const
10
{
11
return
CTX::instance
()->
mesh
.
toleranceReferenceElement
;
12
}
contextMeshOptions::toleranceReferenceElement
double toleranceReferenceElement
Definition:
Context.h:47
CTX::instance
static CTX * instance()
Definition:
Context.cpp:122
element::getTolerance
double getTolerance() const
Definition:
shapeFunctions.cpp:9
CTX::mesh
contextMeshOptions mesh
Definition:
Context.h:313
Context.h
shapeFunctions.h
src
post
shapeFunctions.cpp
Generated by
1.8.18