Home
last modified time | relevance | path

Searched refs:TECINI112 (Results 1 – 20 of 20) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/multiplefiles/
H A Dmultiplefiles.cpp23 I = TECINI112((char*)"SIMPLE DATASET", /* Name of the entire dataset.*/ in main()
126 I = TECINI112((char*)"Auxiliary Data", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/binary/
H A Dstub.C36 TECINI112 (NULL, in v112_api()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/text/
H A Dtext.cpp20 I = TECINI112((char*)"Text", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/comtest/
H A Dcomtest.f65 I = TECINI112('DATASET WITH 1 ORDERED ZONE, '//
77 I = TECINI112('DATASET WITH ONE I-ORDERED ZONE'//NULCHAR,
H A Dcomtest.f9060 I = TECINI112('DATASET WITH 1 ORDERED ZONE, '// &
72 I = TECINI112('DATASET WITH ONE I-ORDERED ZONE'//NULCHAR, &
H A Dcomtest.c54 I = TECINI112((char*)"DATASET WITH ONE ORDERED ZONE AND ONE FE-QUAD ZONE OVER 2 TIME STEPS", in main()
65 I = TECINI112((char*)"DATASET WITH ONE I-ORDERED ZONE", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/gridsolution/
H A Dgridsolution.cpp17 I = TECINI112((char*)"Example: Separate grid and solution files", in main()
308 I = TECINI112((char*)"Example: Separate grid and solution files", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/squares/
H A Dsquares.cpp22 I = TECINI112((char*)"Square Geometries", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/simtest/
H A Dsimtest.c50 I = TECINI112((char*)"SIMPLE DATASET", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/octagon/
H A Doctagon.cpp23 I = TECINI112((char*)"Octagon", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/ij_ordered/
H A Dij_ordered.cpp17 I = TECINI112((char*)"IJ Ordered Zones", /* Name of the entire in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/pyramid/
H A Dpyramid.cpp15 I = TECINI112((char*)"Pyramid", /* Data Set Title */ in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/faceneighbors/
H A Dfaceneighbors.cpp25 I = TECINI112((char*)"Face Neighbors Example", /* Specifies the name in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/multiplepolygons/
H A Dmultiplepolygons.cpp20 I = TECINI112((char*)"Example: Multiple polygonal zones", in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Dtecxxx.cpp317 INTEGER4 LIBCALL TECINI112(char *Title, in TECINI112() function
646 return TECINI112(Title, in TECINI111()
665 return TECINI112(Title, in TECINI110()
684 return TECINI112(Title, in TECINI100()
703 return TECINI112(Title, in TECINI()
721 return TECINI112(Title, Variables, FName, ScratchDir, FileType, Debug, VIsDouble); in tecini112_()
732 return TECINI112(Title, Variables, FName, ScratchDir, FileType, Debug, VIsDouble); in tecini111_()
743 return TECINI112(Title, Variables, FName, ScratchDir, &FType, Debug, VIsDouble); in tecini110_()
754 return TECINI112(Title, Variables, FName, ScratchDir, &FType, Debug, VIsDouble); in tecini100_()
765 return TECINI112(Title, in tecini_()
H A DTECXXX.h10 # define TECINI112 tecini112 macro
153 LIBFUNCTION INTEGER4 LIBCALL TECINI112(char *Title,
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/arrow/
H A Darrow.cpp19 I = TECINI112((char*)"Multiple polyhedral zones", /* Name of the entire in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/include/
H A DTECXXX.h10 # define TECINI112 tecini112 macro
153 LIBFUNCTION INTEGER4 LIBCALL TECINI112(char *Title,
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/binary/include/
H A DTECXXX.h10 # define TECINI112 tecini112 macro
152 LIBFUNCTION INTEGER4 LIBCALL TECINI112(char *Title,
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dtecplot_io.C489 ierr = TECINI112 (nullptr, in write_binary()