GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

C examples ( in examples folder):

  • testpost_fd.c : uses GiD_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 using GiD_fFlushPostFile .
    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 :

  • No labels