Flow123d  release_3.0.0-893-gf7bf019
Classes | Macros
mesh.h File Reference
#include <mpi.h>
#include <boost/exception/info.hpp>
#include <memory>
#include <string>
#include <vector>
#include "input/accessors.hh"
#include "input/accessors_impl.hh"
#include "input/storage.hh"
#include "input/type_record.hh"
#include "mesh/long_idx.hh"
#include "mesh/boundaries.h"
#include "mesh/edges.h"
#include "mesh/region.hh"
#include "mesh/nodes.hh"
#include "mesh/bounding_box.hh"
#include "mesh/range_wrapper.hh"
#include "tools/bidirectional_map.hh"
#include "tools/general_iterator.hh"
#include "system/exceptions.hh"
#include "system/file_path.hh"
#include "system/sys_vector.hh"

Go to the source code of this file.

Classes

class  ElementAccessor< spacedim >
 
class  NodeAccessor< spacedim >
 
class  BoundarySegment
 
class  Mesh
 
struct  Mesh::ElementTmpData
 

Macros

#define ELM   0
 
#define BC   1
 
#define NODE   2
 
#define MESH_CRITICAL_VOLUME   1.0E-12
 

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 mesh.h.

Macro Definition Documentation

#define BC   1

Definition at line 57 of file mesh.h.

#define ELM   0

Definition at line 56 of file mesh.h.

#define MESH_CRITICAL_VOLUME   1.0E-12

This parameter limits volume of elements from below.

Definition at line 63 of file mesh.h.

#define NODE   2

Definition at line 58 of file mesh.h.