C examples ( in examples
folder):
testpost_fd.c
: usesGiD_f*
functions and...Write*Block
functions to write a small 2d triangle mesh with results.
Usage:testc_fd [ -h ] [ -f ascii | bin | hdf5 ] filename_prefix
testpost.c
: uses the deprecated API to write the same example. It has the options to write MeshGroups and to create an early-terminate to show the importance of usingGiD_FlushPostFile
.
Usage:testc [ -h ] [ -abort ] [ -f ascii | bin | hdf5 ] [ -g ] filename_prefix
ex1_sphere_fd.c
:ex1_sphere.c
:IGA_test_1.c
:
C++ example ( in examples
folder):
TestMultiplePartition.cxx
:MultiplePartition/SimulateMultiplePartition.cxx
:
Fortran examples ( in examples
folder):
testpost_fd.f90
:testpost.f90
:testpostfor.f
:
Python examples ( in python-swig
folder):
gidpost_test_array.py
:gidpost_test.py
: