Flow123d
release_2.2.0-914-gf1a3a4f
|
#include "mesh/nodes.hh"
#include "mesh/region.hh"
#include "mesh/bounding_box.hh"
#include "mesh/ref_element.hh"
Go to the source code of this file.
Classes | |
class | ElementAccessor< spacedim > |
class | Element |
Macros | |
#define | FOR_ELEMENT_NODES(i, j) for((j)=0;(j)<(i)->n_nodes();(j)++) |
#define | FOR_ELEMENT_SIDES(i, j) for(unsigned int j=0; j < (i)->n_sides(); j++) |
#define | FOR_ELM_NEIGHS_VB(i, j) for((j)=0;(j)<(i)->n_neighs_vb;(j)++) |
* 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 elements.h.
#define FOR_ELEMENT_NODES | ( | i, | |
j | |||
) | for((j)=0;(j)<(i)->n_nodes();(j)++) |
Definition at line 156 of file elements.h.
#define FOR_ELEMENT_SIDES | ( | i, | |
j | |||
) | for(unsigned int j=0; j < (i)->n_sides(); j++) |
Definition at line 157 of file elements.h.
#define FOR_ELM_NEIGHS_VB | ( | i, | |
j | |||
) | for((j)=0;(j)<(i)->n_neighs_vb;(j)++) |
Definition at line 158 of file elements.h.