Go to the source code of this file.
Namespaces | |
Foam | |
Functions | |
template<class Type > | |
const cut::uniformOp< Type > & | triReorder (const cut::uniformOp< Type > &x, const FixedList< label, 3 > &) |
template<class Type > | |
const cut::uniformOp< Type > & | triCutTri (const cut::uniformOp< Type > &x, const Pair< scalar > &) |
template<class Type > | |
const cut::uniformOp< Type > & | triCutQuad (const cut::uniformOp< Type > &x, const Pair< scalar > &) |
template<class Type > | |
const cut::uniformOp< Type > & | tetReorder (const cut::uniformOp< Type > &x, const FixedList< label, 4 > &) |
template<class Type > | |
const cut::uniformOp< Type > & | tetCutTet (const cut::uniformOp< Type > &x, const FixedList< scalar, 3 > &) |
template<class Type > | |
const cut::uniformOp< Type > & | tetCutPrism0 (const cut::uniformOp< Type > &x, const FixedList< scalar, 3 > &) |
template<class Type > | |
const cut::uniformOp< Type > & | tetCutPrism01 (const cut::uniformOp< Type > &x, const FixedList< scalar, 4 > &) |
template<class Type > | |
const cut::uniformOp< Type > & | tetCutPrism23 (const cut::uniformOp< Type > &x, const FixedList< scalar, 4 > &) |
template<class Type , unsigned N> | |
FixedList< Type, 3 > | triReorder (const FixedList< Type, N > &x, const FixedList< label, 3 > &indices) |
template<class Type > | |
FixedList< Type, 3 > | triCutTri (const FixedList< Type, 3 > &x, const Pair< scalar > &f) |
template<class Type > | |
FixedList< Type, 4 > | triCutQuad (const FixedList< Type, 3 > &x, const Pair< scalar > &f) |
template<class Type , unsigned N> | |
FixedList< Type, 4 > | tetReorder (const FixedList< Type, N > &x, const FixedList< label, 4 > &indices) |
template<class Type > | |
FixedList< Type, 4 > | tetCutTet (const FixedList< Type, 4 > &x, const FixedList< scalar, 3 > &f) |
template<class Type > | |
FixedList< Type, 6 > | tetCutPrism0 (const FixedList< Type, 4 > &x, const FixedList< scalar, 3 > &f) |
template<class Type > | |
FixedList< Type, 6 > | tetCutPrism01 (const FixedList< Type, 4 > &x, const FixedList< scalar, 4 > &f) |
template<class Type > | |
FixedList< Type, 6 > | tetCutPrism23 (const FixedList< Type, 4 > &x, const FixedList< scalar, 4 > &f) |
template<class Op > | |
Op::result | triCutTri (const Op &op, const FixedList< point, 3 > &p, const Pair< scalar > &f) |
template<class Op , class OpData > | |
Op::result | quadOp (const OpData &opData, const FixedList< point, 4 > &p) |
template<class Op > | |
Op::result | triCutQuad (const Op &op, const FixedList< point, 3 > &p, const FixedList< scalar, 2 > &f) |
template<class Op > | |
Op::result | tetCutTet (const Op &op, const FixedList< point, 4 > &p, const FixedList< scalar, 3 > &f) |
template<class Op , class OpData > | |
Op::result | prismOp (const OpData &opData, const FixedList< point, 6 > &p) |
template<class Op > | |
Op::result | tetCutPrism0 (const Op &op, const FixedList< point, 4 > &p, const FixedList< scalar, 3 > &f) |
template<class Op > | |
Op::result | tetCutPrism01 (const Op &op, const FixedList< point, 4 > &p, const FixedList< scalar, 4 > &f) |
template<class Op > | |
Op::result | tetCutPrism23 (const Op &op, const FixedList< point, 4 > &p, const FixedList< scalar, 4 > &f) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.