Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Macros
elements.h File Reference
#include "mesh/nodes.hh"
#include "mesh/region.hh"
#include "mesh/bounding_box.hh"
#include "mesh/ref_element.hh"
This graph shows which files directly or indirectly include this file:

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)++)
 

Detailed Description

 * 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.

Macro Definition Documentation

#define FOR_ELEMENT_NODES (   i,
 
)    for((j)=0;(j)<(i)->n_nodes();(j)++)

Definition at line 156 of file elements.h.

#define FOR_ELEMENT_SIDES (   i,
 
)    for(unsigned int j=0; j < (i)->n_sides(); j++)

Definition at line 157 of file elements.h.

#define FOR_ELM_NEIGHS_VB (   i,
 
)    for((j)=0;(j)<(i)->n_neighs_vb;(j)++)

Definition at line 158 of file elements.h.