X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fcartesian_algo.doc;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fcartesian_algo.doc;h=0000000000000000000000000000000000000000;hb=f0f67c0b47e58361bc50c7169734da604fbfca01;hp=63b81ffc4b792ae8f5a9c8d6729a30a2ebe77f3b;hpb=f6825d843153c333e95e1345ef7c7fc2d0fe5698;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/cartesian_algo.doc b/doc/salome/gui/SMESH/input/cartesian_algo.doc deleted file mode 100644 index 63b81ffc4..000000000 --- a/doc/salome/gui/SMESH/input/cartesian_algo.doc +++ /dev/null @@ -1,113 +0,0 @@ -/*! - -\page cartesian_algo_page Body Fitting 3D meshing algorithm - -Body Fitting algorithm generates hexahedrons of a Cartesian grid in -the internal part of geometry and polyhedrons and other types of -elements at the intersection of Cartesian cells with the geometrical -boundary. - -\image html cartesian3D_sphere.png "A sphere meshed by Body Fitting algorithm" - -The meshing algorithm is as follows. -
    -
  1. Lines of a Cartesian structured grid defined by -\ref cartesian_hyp_anchor "Body Fitting Parameters" hypothesis are -intersected with the geometry boundary, thus nodes lying on the -boundary are found. This step also allows finding out for each node of -the Cartesian grid if it is inside or outside the geometry.
  2. -
  3. For each cell of the grid, check how many of its nodes are outside -of the geometry boundary. Depending on a result of this check - -
  4. -
-To apply this algorithm when you define your mesh, select Body - Fitting in the list of 3D algorithms and add Body Fitting - Parameters hypothesis. The following dialog will appear: - -
-\anchor cartesian_hyp_anchor -

Body Fitting Parameters hypothesis

- -\image html cartesian3D_hyp.png "Body Fitting Parameters hypothesis dialog" - -This dialog allows to define - - -
-See Also a sample TUI Script of a -\ref tui_cartesian_algo "Usage of Body Fitting algorithm". - -*/