Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsTetraMeshIsotropicVertexMoving.h
Section: mTetraMeshIsotropicVertexMoving
Date: 2007/02/23
Description:
#include "mdsTetraMeshIsotropicVertexMoving.h"
#include <climits>
#include <iostream>
#include <string>
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const double | DEFAULT_MIN_LENGTH = mds::seg::CTetraMesh::DEFAULT_MIN_EDGE_LENGTH |
| Default argument values. | |
| const int | DEFAULT_NEIGHBOURHOOD = mds::seg::CTetraMesh::DEFAULT_VERTEX_NEIGHBOURHOOD |
| const double | MAX_LENGTH = 50.0 |
| const int | MAX_NEIGHBOURHOOD = 50 |
| const double | MIN_LENGTH = 0.1 |
| Allowed arguments values. | |
| const int | MIN_NEIGHBOURHOOD = 1 |
| const std::string | MODULE_ARG_MIN_LENGTH = "minlength" |
| Additional arguments names. | |
| const std::string | MODULE_ARG_NEIGHBOURHOOD = "neighbourhood" |
| const std::string | MODULE_ARGUMENTS = "minlength:neighbourhood" |
| Additional command line arguments. | |
| const std::string | MODULE_DESCRIPTION = "Tetrahedral mesh adaptation using vertex moving." |
| Module description. | |
|
||||||||||||
|
|
|
|
Default argument values.
|
|
|
|
|
|
|
|
|
|
|
|
Allowed arguments values.
|
|
|
|
|
|
Additional arguments names.
|
|
|
|
|
|
Additional command line arguments.
|
|
|
Module description.
|
1.4.6-NO