GRIDMAN
grid managment library
|
▼ src | |
▼ apps | |
convgrid.f | Convert grids from one format into another, including legacy B2-EIRENE formats, and visualization |
convgrid.parameters.description | |
cutgrid.f | Cut part of the grid inside or outside a contour |
cutgrid.parameters.description | |
mergegrid.f | Combine two grids onto one |
mergegrid.parameters.description | |
triang.f | Combine plasma grid (fort.30) with triangular grid in the "void" region. Replacement for TRIAGEOM |
triang.parameters.description | |
▼ convert | |
addsurf.f | Converters of EIRENE Additional Surfaces into GRIDMAN_GRID object |
carre.f | Converter for B2 (CARRE, SONNET) grid into GRIDMAN_GRID object |
template.f | Converters of GRIDMAN_GRID object to and from simple template (DG template) |
tria.f | Converters of GRIDMAN_GRID object to and from EIRENE triangular grid |
vtk.f | Converting grid into format which can be used for VTK |
▼ formats | |
addsurf.f | Reading Additional Surfaces from EIRENE input file |
carre.f | Reading the 2D magnetic field aligned grid in CARRE (SONNET) format |
template.f | Read/write coordinates in simple template file (DG template) |
tria.f | Read/write for EIRENE triangular grid |
vtk.f | Writing files in VTK format for graphical programms (e.g. Paraview) |
▼ grid2D | |
cut.f | Select part of 2D grid cut by polygon |
grid2d.f | Basic subroutines, calculation of geometrical properties |
merge.f | Merge two 2D grids |
triang.f | Triangulation of 2D grid |
▼ tests | |
grid_examples.f | Grids for unit tests |
test_addsurf.f | Unit tests of subroutines from formats/addsurf.f and convert/addsurf.f |
test_carre.f | Unit tests of subroutines from formats/carre.f and convert/carre.f |
test_carre_DN.f | Unit tests of subroutines from formats/carre.f and convert/carre.f for Double Null topolgy |
test_cut.f | Unit test for GRIRDMAN_GRID2D_CUT |
test_grid1.f | Unit test for the data type GRIDMAN_GRID and it's methods |
test_grid2.f | Unit test for the data type GRIDMAN_GRID and it's methods |
test_grid2d.f | Unit tests of subroutines from grid2D/grid2d.f |
test_grid3d.f | Unit tests of subroutines reletaed to the 3D grid type |
test_index.f | Unit test for the data type GRIDMAN_INDEX and it's methods |
test_merge.f | Unit tests of GRIDMAN_GRID2D_MERGE |
test_print_examples.f | |
test_template.f | Unit tests of subroutines from formats/template.f and convert/template.f |
test_tria.f | Unit tests of subroutines from formats/tria.f and convert/tria.f |
test_triang.f | Unit test of GRIDMAN_GRID2D_TRIANG |
test_vtk.f | Unit test for the converter and writers for VTK format |
geom.f | Basic geometrical calculations |
grid1.f | Basic methods of the data-type GRIDMAN_GRID, see gridman.f |
grid2.f | Extra and advanced methods of the data-type GRIDMAN_GRID, see gridman.f |
gridman.f | Definition of data types, global constants and variables |
index.f | Methods of the data-type GRIDMAN_INDEX, see gridman.f |
indlist.f | Methods of data-type GRIDMAN_INDLIS, see gridman.f |