accu.template
|
This is the complete list of members for Mesh, including all inherited members.
__attribute__((noinline)) Mesh(Mesh const &)=default | Mesh | |
_bedges | Mesh | protected |
_dummy | Mesh | private |
_ea | Mesh | protected |
_ebedges | Mesh | protected |
_edges | Mesh | protected |
_ia | Mesh | protected |
_ndim | Mesh | protected |
_ndof_e | Mesh | protected |
_nedge | Mesh | protected |
_nedge_e | Mesh | protected |
_nelem | Mesh | protected |
_nnode | Mesh | protected |
_nvert_e | Mesh | protected |
_sdedges | Mesh | protected |
_xc | Mesh | protected |
Check_array_dimensions() const | Mesh | protectedvirtual |
Debug() const | Mesh | |
DebugEdgeBased() const | Mesh | |
Del_EdgeConnectivity() | Mesh | |
DeriveEdgeFromVertexBased() | Mesh | inlineprotected |
DeriveEdgeFromVertexBased_fast() | Mesh | protected |
DeriveEdgeFromVertexBased_fast_2() | Mesh | protected |
DeriveEdgeFromVertexBased_slow() | Mesh | protected |
DeriveVertexFromEdgeBased() | Mesh | protected |
Export_scicomp(std::string const &basename) const | Mesh | |
GetConnectivity() const | Mesh | inline |
GetConnectivity() | Mesh | inline |
GetCoords() const | Mesh | inline |
GetCoords() | Mesh | inline |
GetEdgeConnectivity() const | Mesh | inline |
GetEdgeConnectivity() | Mesh | inline |
GetEdges() const | Mesh | inline |
GetEdges() | Mesh | inline |
GetFathersOfVertices() const | Mesh | inlinevirtual |
Index_BoundaryNodes() const | Mesh | virtual |
Index_DirichletNodes() const | Mesh | virtual |
Mesh(int ndim, int nvert_e=0, int ndof_e=0, int nedge_e=0) | Mesh | explicit |
Mesh(std::string const &fname) | Mesh | explicit |
Ndims() const | Mesh | inline |
NdofsElement() const | Mesh | inline |
Nedges() const | Mesh | inline |
NedgesElements() const | Mesh | inline |
Nelems() const | Mesh | inline |
Nnbedges() const | Mesh | inlineprotected |
Nnodes() const | Mesh | inline |
Node2NodeGraph() const | Mesh | inline |
Node2NodeGraph_1() const | Mesh | private |
Node2NodeGraph_2() const | Mesh | private |
NverticesElements() const | Mesh | inline |
operator=(Mesh const &)=delete | Mesh | |
PermuteVertices_EdgeBased(std::vector< int > const &old2new) | Mesh | protected |
ReadVectexBasedMesh(std::string const &fname) | Mesh | protected |
ReadVertexBasedMesh(std::string const &fname) | Mesh | |
Resize_Connectivity(int nelem, int nvert_e) | Mesh | inline |
Resize_Coords(int nnodes, int ndim) | Mesh | inline |
SetBoundaryValues(std::vector< double > &v, const std::function< double(double, double)> &func) const | Mesh | |
SetDirchletValues(std::vector< double > &v, const std::function< double(double, double)> &func) const | Mesh | |
SetNdim(int ndim) | Mesh | inlineprotected |
SetNdofsElement(int ndof) | Mesh | inlineprotected |
SetNedge(int nedge) | Mesh | inlineprotected |
SetNelem(int nelem) | Mesh | inlineprotected |
SetNnode(int nnode) | Mesh | inlineprotected |
SetNverticesElement(int nvert) | Mesh | inlineprotected |
SetValues(std::vector< double > &v, const std::function< double(double, double)> &func) const | Mesh | |
Visualize(std::vector< double > const &v) const | Mesh | |
Write_ascii_matlab(std::string const &fname, std::vector< double > const &v) const | Mesh | |
~Mesh() | Mesh | virtual |