Flow123d
release_3.0.0-893-gf7bf019
|
#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 |
* 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.
#define MESH_CRITICAL_VOLUME 1.0E-12 |