r35492 - in /packages/ecs/trunk/debian: cs_io_dump.1 cs_partition.1 ecs-config.1 ecs.1 ecs.manpages igghexa_to_med.1 perm_nopo.1

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Feb 11 23:26:31 UTC 2009


Author: sylvestre-guest
Date: Wed Feb 11 23:26:31 2009
New Revision: 35492

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35492
Log:
Manpages added (provided by upstream)

Added:
    packages/ecs/trunk/debian/cs_io_dump.1
    packages/ecs/trunk/debian/cs_partition.1
    packages/ecs/trunk/debian/ecs-config.1
    packages/ecs/trunk/debian/ecs.1
    packages/ecs/trunk/debian/ecs.manpages
    packages/ecs/trunk/debian/igghexa_to_med.1
    packages/ecs/trunk/debian/perm_nopo.1

Added: packages/ecs/trunk/debian/cs_io_dump.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/cs_io_dump.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/cs_io_dump.1 (added)
+++ packages/ecs/trunk/debian/cs_io_dump.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,47 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH CS_IO_DUMP 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+cs_io_dump \- Dump headers and optionally content of a Code_Saturne
+preprocessor, partitioner or restart file.
+.SH SYNOPSIS
+.B cs_io_dump
+.RI [options]
+.RI <filename>
+.br
+.SH DESCRIPTION
+This programs dumps Code_Saturne I/O files (created by the
+preprocessor, the partitioner or the kernel).
+.SH OPTIONS
+.B
+.IP "-n <level>"
+Number of the first and last elements of each section to output
+(default: print headers only).
+.B
+.IP -h
+Print a usage message and exit.
+.SH SEE ALSO
+.BR cs_partition (1),
+.BR ecs (1)

Added: packages/ecs/trunk/debian/cs_partition.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/cs_partition.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/cs_partition.1 (added)
+++ packages/ecs/trunk/debian/cs_partition.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,66 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH CS_PARTITION 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+cs_partition \- Compute domain partition(s) of Code_Saturne preprocessor output.
+.SH SYNOPSIS
+.B cs_partition
+.RI <n_ranks>
+.RI "[<n_ranks_2> ... <n_ranks_n>]"
+.RI [-no-perio]
+.RI [-no-write]
+.br
+.SH DESCRIPTION
+The
+.B cs_partition
+program takes the file named
+.B preprocessor_output
+created by the Code_Saturne preprocessor
+.B ecs
+and builds one or several "cells \-> domain" association files, named
+.B domain_number_p
+by using a graph splitting if linked with the optional library Metis.
+.SH OPTIONS
+.B
+.IP <n_ranks>
+Number of ranks of destination partition (> 1).
+.B
+.IP -no-perio
+Ignore periodicity information if present.
+.B
+.IP -no-write
+Do not write output.
+.B
+.IP -h
+Print a usage message and exit.
+.SH ENVIRONMENT
+.IP CS_PARTITION_MEM_LOG
+Name of memory operations trace file.
+.SH EXAMPLE
+cs_partition 32 64 -no-write
+.SH SEE ALSO
+.BR cs_io_dump (1),
+.BR ecs (1)
+

Added: packages/ecs/trunk/debian/ecs-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/ecs-config.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/ecs-config.1 (added)
+++ packages/ecs/trunk/debian/ecs-config.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,62 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH ECS-CONFIG 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+ecs-config \- Script to get information about the installed version of
+the Code_Saturne preprocessor.
+.SH SYNOPSIS
+.B ecs-config
+.RI [options]
+.br
+.SH DESCRIPTION
+This script is a tool that can be used to determine some information
+on the build process of the Code_Saturne preprocessor.
+.SH OPTIONS
+.B
+.IP --prefix
+Installation path prefix
+.B
+.IP --exec-prefix
+System-dependent path prefix
+.B
+.IP --version
+Version
+.B
+.IP --cppflags
+C preprocessor flags (e.g. -D<macro>, ...)
+.B
+.IP --cflags
+C flags (e.g. -O, -g, ...)
+.B
+.IP --ldflags
+Linker flags (e.g. -g, -L<path>, ...)
+.B
+.IP --libs
+librairies used (e.g. -l<libname>)
+.B
+.IP --cc
+C compiler used for build
+.SH SEE ALSO
+.BR ecs (1)

Added: packages/ecs/trunk/debian/ecs.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/ecs.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/ecs.1 (added)
+++ packages/ecs/trunk/debian/ecs.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,222 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH ECS 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+ecs \- Code_Saturne preprocessor
+.SH SYNOPSIS
+.B ecs
+.RI -m
+.RI <file>
+.RI [-sc]
+.RI [options]
+.br
+.SH DESCRIPTION
+Code_Saturne preprocessor reads meshes from several formats. It
+enables non-conforming joining and periodicity handling, as well as
+some postprocessing for mesh checking.
+.SH OPTIONS
+.B
+.IP "-m, -mesh <file>"
+Preprocessor input mesh file (mesh file format determined
+automatically by filename extension or forced by
+.B -format
+sub-option)
+.B
+.IP "-sc, -sim-comm"
+Simulate messages without file output
+
+.PP
+.I General options
+.B
+.IP "-cwd <directory>"
+Working directory (if different from current directory)
+.B
+.IP "-echo-comm [n]"
+Print headers of sent messages (and n first/last elements if n is
+given)
+.B
+.IP "-h, -help"
+Print a usage message and exit.
+.B
+.IP "-i, -in [<file>]"
+Command line completed by a file (default file: standard input)
+.B
+.IP "-int-face [<sub-options>]"
+Count and display interior faces these faces may be selected with
+face-selection sub-options
+.B
+.IP "-j, -join [<sub-options>]"
+Join non-conforming faces; select faces to join with face-selection
+sub-options
+.B
+.IP "-o, -out [<file>]"
+Redirect terminal output to a file (default file:
+.IR output.ecs )
+.B
+.IP "-perio, -periodic <sub-options>"
+Mesh periodicity defined by argument; joining sub-options for
+tolerances and selection of periodic faces with face-selection
+sub-options
+.B
+.IP "-reorient"
+If necessary, correct orientation of cells and faces
+.B
+.IP "-version"
+Print version number
+
+.PP
+.I Postprocessing options
+.B
+.IP "-case <name>"
+Case name (without this option, the default name is:
+.IR preprocess )
+.B
+.IP "-cgns [<sub-options>]"
+CGNS geometry output
+.B
+.IP "-ens, -ensight [<sub-options>]"
+EnSight Gold geometry output
+.B
+.IP "-med [<sub-options>]"
+MED 2.3 geometry output
+
+.PP
+.I Mesh selection sub-options (-m, -mesh)
+.B
+.IP "-format <keyword>"
+Selection of mesh file format
+.B
+.IP "-num <n>"
+Selection of mesh number in file (if the format allows it)
+.B
+.IP "-grp-cel <keyword>"
+Add groups of cells (based on format features/conventions)
+  * based on sections: keyword "section"
+  * based on zones:    keyword "zone"
+.B
+.IP "-grp-fac <keyword>"
+Add groups of faces (based on format features/conventions)
+  * based on sections: keyword "section"
+  * based on zones:    keyword "zone"
+
+.PP
+.I Available mesh formats (-m, -mesh; -format)
+
+                                 Extension      Keyword
+
+   CGNS                          .cgns          cgns     
+   pro-STAR/STAR4                .ngeom         ngeom    
+   EnSight (6 or Gold)           .case          ensight  
+   GAMBIT Neutral                .neu           gambit   
+   GMSH                          .msh           gmsh     
+   NUMECA Hex                    .hex           hex      
+   I-deas universal              .unv           unv      
+   MED                           .med           med      
+   Simail (NOPO)                 .des           des      
+   Meta-mesh file                .mesh          meta     
+
+.PP
+.I Postprocessing selection sub-options (-cgns, -ens, -ensight, -med)
+.B
+.IP "-divide-poly"
+Activate triangulation of faces with more than 4 edges
+.B
+.IP "-simple"
+Force mesh output on a single part (EnSight) or section (CGNS)
+.B
+.IP "-text"
+Force text output (EnSight)
+.B
+.IP "-big-endian"
+Force binary output to big-endian (EnSight)
+.B
+.IP "-volume"
+Activate output of volume mesh (by default if -boundary or -info not
+given)
+.B
+.IP "-boundary"
+Activate output of boundary mesh (by default if -volume or -info not
+given)
+.B
+.IP "-info"
+Activate output of information meshes (by default if -volume or
+-boundary not given)
+
+.PP
+.I Periodicity sub-options (-perio, -periodic)
+.B
+.IP "-trans <tx ty tz>"
+Translation vector
+.B
+.IP "-rota -angle <alpha> -dir <dx dy dz> [-invpt <px py pz>]"
+Rotation defined by an angle (in degrees) and a direction vector, and
+eventually by an invariant point (origin by default)
+.B
+.IP "-rota -matrix <mij> [-invpt <px py pz>]"
+Rotation defined by the rotation matrix (given line by line), and
+eventually by an invariant point (origin by default)
+
+.PP
+.I Non-conformal face joining sub-options (-j, -join, -perio, -periodic)
+.B
+.IP "-fraction <real number>"
+Fraction of the length of the smallest edge under which we consider
+that vertices may be fused (default value: 0.1)
+.B
+.IP "-plane <real number>"
+Minimal cosine of the normals of 2 coplanar faces (default value: 0.8)
+.B
+.IP "-semi-conf"
+Fast joining algorithm (allowed if faces already share vertices)
+
+.PP
+.I Face selection sub-options (for joining, selection, and periodicity)
+.B
+.IP "-color <number(s)>"
+Color numbers of faces to select
+.B
+.IP "-group <name(s)>"
+Group names of faces to select
+.B
+.IP "-invsel"
+Invert selection
+.SH ENVIRONMENT
+.IP ECS_CONT_SUR_FPE
+Continue on floating-point error (Linux on x86_32 or x86_64 only).
+.IP ECS_DEF_LNG_ARE_MIN
+Length under which an edge is considered degenerate (default: 1.e-15).
+.IP ECS_FIC_CHRONO
+Name of timing output file.
+.IP ECS_FIC_MEM
+Name of memory operations trace file.
+.IP ECS_PRE_IDEAS_IGNORE_SYS_COO
+Ignore I-deas coordinate systems.
+.IP ECS_RC_MAX_FAC_DEC
+Number of new faces of an initial face above which we consider that
+conformal joining face reconstruction has gone into an infinite loop
+(default: 100)
+.SH SEE ALSO
+.BR cs_io_dump (1),
+.BR cs_partition (1)

Added: packages/ecs/trunk/debian/ecs.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/ecs.manpages?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/ecs.manpages (added)
+++ packages/ecs/trunk/debian/ecs.manpages Wed Feb 11 23:26:31 2009
@@ -1,0 +1,6 @@
+debian/cs_io_dump.1
+debian/cs_partition.1
+debian/ecs.1
+debian/ecs-config.1
+debian/igghexa_to_med.1
+debian/perm_nopo.1

Added: packages/ecs/trunk/debian/igghexa_to_med.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/igghexa_to_med.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/igghexa_to_med.1 (added)
+++ packages/ecs/trunk/debian/igghexa_to_med.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,40 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH IGGHEXA_TO_MED 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+igghexa_to_med \- Convert a NUMECA Hex mesh to MED file format
+.SH SYNOPSIS
+.B igghexa_to_med
+.RI input_file_name
+.RI output_file_name
+.br
+.SH DESCRIPTION
+This program converts a mesh file from the NUMECA Hex format to the
+MED file format.
+.SH ENVIRONMENT
+.IP IGGHEXA_TO_MED_MEM_LOG
+Name of memory operations trace file.
+.SH SEE ALSO
+.BR ecs (1)

Added: packages/ecs/trunk/debian/perm_nopo.1
URL: http://svn.debian.org/wsvn/debian-science/packages/ecs/trunk/debian/perm_nopo.1?rev=35492&op=file
==============================================================================
--- packages/ecs/trunk/debian/perm_nopo.1 (added)
+++ packages/ecs/trunk/debian/perm_nopo.1 Wed Feb 11 23:26:31 2009
@@ -1,0 +1,36 @@
+.\"
+.\"  This file is part of the Code_Saturne Preprocessor, element of the
+.\"  Code_Saturne CFD tool.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  contact: saturne-support at edf.fr
+.\"
+.\"  The Code_Saturne Preprocessor is free software; you can redistribute it
+.\"  and/or modify it under the terms of the GNU General Public License
+.\"  as published by the Free Software Foundation; either version 2 of
+.\"  the License, or (at your option) any later version.
+.\"
+.\"  The Code_Saturne Preprocessor 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.
+.\"
+.\"  You should have received a copy of the GNU General Public License
+.\"  along with the Code_Saturne Preprocessor; if not, write to the
+.\"  Free Software Foundation, Inc.,
+.\"  51 Franklin St, Fifth Floor,
+.\"  Boston, MA  02110-1301  USA
+.\"
+.TH PERM_NOPO 1 2009-02-04 "" "Code_Saturne commands"
+.SH NAME
+perm_nopo \- Big\-endian/Little\-endian conversion of a NOPO mesh.
+.SH SYNOPSIS
+.B perm_nopo
+.RI file_name
+.RI converted_file_name
+.br
+.SH DESCRIPTION
+This program changes the endianness of a NOPO mesh (Simail format).
+.SH SEE ALSO
+.BR ecs (1)




More information about the debian-science-commits mailing list