escript
Revision_
|
#include <weipa/FinleyElements.h>
#include <weipa/NodeData.h>
#include <iostream>
Namespaces | |
weipa | |
Functions | |
bool | weipa::inside1D (float x, float c, float r) |
bool | weipa::inside2D (float x, float y, float cx, float cy, float r) |
bool | weipa::inside3D (float x, float y, float z, float cx, float cy, float cz, float r) |
bool | weipa::sameSide (float d1, float d2) |
static float | weipa::det4x4 (float m_00, float m_01, float m_02, float m_03, float m_10, float m_11, float m_12, float m_13, float m_20, float m_21, float m_22, float m_23, float m_30, float m_31, float m_32, float m_33) |
static bool | weipa::pointInTet (float x, float y, float z, const float *p0, const float *p1, const float *p2, const float *p3) |
static bool | weipa::pointInTri (float x, float y, const float *p0, const float *p1, const float *p2) |
Variables | |
static const size_t | line3indices [2 *2] |
static const size_t | tri6indices [4 *3] |
static const size_t | rec8indices [6 *3] |
static const size_t | rec9indices [4 *4] |
static const size_t | tet10indices [8 *4] |
static const size_t | hex20indices [36 *3] |
static const size_t | hex27indices [8 *8] |
|
static |
Referenced by weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::buildQuadMask(), and weipa::FinleyElements::writeToSilo().
|
static |
Referenced by weipa::FinleyElements::buildQuadMask(), and weipa::FinleyElements::writeToSilo().