Flow123d  master-f44eb46
Classes | Macros
mesh.h File Reference


More...

#include <mpi.h>
#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/region.hh"
#include "mesh/elements.h"
#include "mesh/bounding_box.hh"
#include "mesh/range_wrapper.hh"
#include "mesh/mesh_data.hh"
#include "tools/bidirectional_map.hh"
#include "tools/general_iterator.hh"
#include "system/index_types.hh"
#include "system/exceptions.hh"
#include "system/file_path.hh"
#include "system/armor.hh"

Go to the source code of this file.

Classes

class  BoundarySegment
 
struct  EquivalentMeshMap
 
class  MeshBase
 Base class for Mesh and BCMesh. More...
 
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

◆ BC

#define BC   1

Definition at line 60 of file mesh.h.

◆ ELM

#define ELM   0

Definition at line 59 of file mesh.h.

◆ MESH_CRITICAL_VOLUME

#define MESH_CRITICAL_VOLUME   1.0E-12

This parameter limits volume of elements from below.

Definition at line 66 of file mesh.h.

◆ NODE

#define NODE   2

Definition at line 61 of file mesh.h.