Home
last modified time | relevance | path

Searched defs:FEPyramid (Results 1 – 2 of 2) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dcurvedelems.hpp794 class FEPyramid : public BaseFiniteElement3D class
811 FEPyramid (const CurvedElements & acurv) : BaseFiniteElement3D(acurv) in FEPyramid() function in FEPyramid
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/FEMesh/
H A DFEMesh_aux.h702 FEPyramid():FEElement() {}; in FEPyramid() function
703 FEPyramid(int p1, int p2, int p3, int p4, int p5):FEElement() in FEPyramid() function
705 FEPyramid(TArray<int>& points):FEElement() in FEPyramid() function
710 FEPyramid(const FEElement& e) {CopyFrom(e);} in FEPyramid() function