Flow123d
release_2.1.0-87-gfbc1563
|
#include "system/sys_vector.hh"
Go to the source code of this file.
Classes | |
class | ElementAccessor< spacedim > |
Typedefs | |
typedef flow::VectorId< Node > | NodeVector |
typedef NodeVector::Iter | NodeIter |
typedef NodeVector::FullIter | NodeFullIter |
typedef flow::VectorId< Element > | ElementVector |
typedef ElementVector::Iter | ElementIter |
typedef ElementVector::FullIter | ElementFullIter |
typedef flow::Vector< Boundary > | BoundaryVector |
typedef BoundaryVector::Iter | BoundaryIter |
typedef BoundaryVector::FullIter | BoundaryFullIter |
typedef flow::Vector< Edge > | EdgeVector |
typedef EdgeVector::Iter | EdgeIter |
typedef EdgeVector::FullIter | EdgeFullIter |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file mesh_types.hh.
Definition at line 49 of file mesh_types.hh.
typedef BoundaryVector::Iter BoundaryIter |
Definition at line 48 of file mesh_types.hh.
typedef flow::Vector<Boundary> BoundaryVector |
Definition at line 47 of file mesh_types.hh.
typedef EdgeVector::FullIter EdgeFullIter |
Definition at line 53 of file mesh_types.hh.
typedef EdgeVector::Iter EdgeIter |
Definition at line 52 of file mesh_types.hh.
typedef flow::Vector<Edge> EdgeVector |
Definition at line 51 of file mesh_types.hh.
Definition at line 45 of file mesh_types.hh.
typedef ElementVector::Iter ElementIter |
Definition at line 44 of file mesh_types.hh.
typedef flow::VectorId<Element> ElementVector |
Definition at line 43 of file mesh_types.hh.
typedef NodeVector::FullIter NodeFullIter |
Definition at line 38 of file mesh_types.hh.
typedef NodeVector::Iter NodeIter |
Definition at line 37 of file mesh_types.hh.
typedef flow::VectorId<Node> NodeVector |
Definition at line 32 of file mesh_types.hh.