Modulefpreviousupnextcontentsindex[BIG][Normal][small]
Next: 2.7 A complete example Up: 2.6 Implementation of module APNOP3 Prev: 2.6.1 Callinglibraries and files Index Contents


2.6.2 Keywords

POIN : Definition of the characteristic points .

Remarks:

INTR : Calls module SDREST to introduce  a mesh residing on file into main memory in order to modify it.

Remark:

MA23 : Calls module MA2D3E to create a 3D mesh from the data of a 2D mesh of one of the sections of the domain. The latter is thus topologically a cylinder defined by a stacking   constructed from the given section.

The data belonging to MA23XX, the preprocessor which corresponds to module MA2D3D, then follows, to which we will return to later (chapter 3).

SU23 : Calls module TN2D3D to create a surface  from the data of a 2D mesh.

Remark:

MANU : Calls the mesh generator CONOPO which corresponds to a manual description , i.e., from points (keyword POIN).

Remarks:

OBJE : Calls the mesh generator CONOPO corresponding to the case of a single element.

Remarks:

TRAN : Calls module MODNOP to generate a mesh resulting from a translation  of a given mesh.

ROTA : Calls module MODNOP to generate a mesh resulting from a rotation  of a given mesh.

SYMP : Calls module MODNOP to generate the mesh resulting from symmetry  with respect to a plane in a given mesh.

Remark:

DILA : Calls module MODNOP to generate the mesh resulting from a dilation  of given mesh.

TETR : Calls module DTRI3D to split  each element of the given mesh into tetrahedra.

RETR : Calls module RETRIN to split  each element of a given mesh into sub-elements of the same type.

Remark:

NUME : Calls module MODNOP to modify attributes (reference or sub-domain numbers) in a given mesh.

RECO : Calls module RECOLC to "glue together"  two meshes to form a new mesh.

Remarks:

ADPO : Calls module ADPNOP to define the nodes  of a given mesh (as opposed to a mesh for which the nodes are identical to the vertices).

Remarks:

EXTR : Calls module TRCOAC to construct a D.S. NOPO containing the faces possessing a given reference number.

RENC : Calls module GIBBS to renumber  the nodes of a mesh.

Remark:

RENE : Calls module GIBBS to renumber  the elements and the nodes of a mesh.

Remark:

COUL : Calls module COULE1 to renumber  the elements by coloring.

Remark:

SAUV : Calls module SAUVER to store  a mesh, residing in main memory, on file.

Remark:

INTR : Calls module SDREST to introduce  a mesh residing on file into main memory.

Remark:

TUER : Calls module TUERSD to remove one or several mesh data structures (D.S.) from memory.

Remark:

IMPR : Call module IMNOPO to print  the contents of a mesh data structure (D.S.).

DESS : Calls module TRNOPO to plot  a mesh.

Remarks:

FIN : Request to terminate the job.

In addition, the following keywords are found in preprocessor APN3XX:

LIRE
: request to read  another data file (of the same format).
CONT
: request to suppress the data coherence controls .
MENU
: request to obtain a list of the keywords in the menu .

Remarks


Modulefpreviousupnextcontentsindex[BIG][Normal][small]
Next: 2.7 A complete example Up: 2.6 Implementation of module APNOP3 Prev: 2.6.1 Callinglibraries and files Index Contents