Octopus
vtk.F90
Go to the documentation of this file.
1!! Copyright (C) 2002-2006 M. Marques, A. Castro, A. Rubio, G. Bertsch
2!!
3!! This program is free software; you can redistribute it and/or modify
4!! it under the terms of the GNU General Public License as published by
5!! the Free Software Foundation; either version 2, or (at your option)
6!! any later version.
7!!
8!! This program is distributed in the hope that it will be useful,
9!! but WITHOUT ANY WARRANTY; without even the implied warranty of
10!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11!! GNU General Public License for more details.
12!!
13!! You should have received a copy of the GNU General Public License
14!! along with this program; if not, write to the Free Software
15!! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16!! 02110-1301, USA.
17!!
18
19#include "global.h"
20
21module vtk_oct_m
23 use cube_oct_m
24 use debug_oct_m
25 use global_oct_m
26 use io_oct_m
32 use unit_oct_m
33
34 implicit none
35
36 private
37 public :: &
46
47contains
48
49#include "undef.F90"
50#include "real.F90"
51#include "vtk_inc.F90"
52
53#include "undef.F90"
54#include "complex.F90"
55#include "vtk_inc.F90"
56#include "undef.F90"
57
58end module vtk_oct_m
59
60!! Local Variables:
61!! mode: f90
62!! coding: utf-8
63!! End:
Definition: io.F90:114
brief This module defines the class unit_t which is used by the unit_systems_oct_m module.
Definition: unit.F90:132
subroutine, public dvtk_out_cf_structured(filename, namespace, fieldname, ierr, cf_in, cube, unit, points, ascii)
Writes a mesh_function in VTK legacy format for structured grid data (i.e. curvilinear coordinates)....
Definition: vtk.F90:353
subroutine, public zvtk_out_cf_vector(filename, namespace, fieldname, ierr, cf_in, vector_dim, cube, spacing, unit)
Writes a cube_function in VTK legacy format see http:
Definition: vtk.F90:750
subroutine, public zvtk_out_cf_structured(filename, namespace, fieldname, ierr, cf_in, cube, unit, points, ascii)
Writes a mesh_function in VTK legacy format for structured grid data (i.e. curvilinear coordinates)....
Definition: vtk.F90:847
subroutine, public dvtk_out_cf(filename, namespace, fieldname, ierr, cf_in, cube, spacing, unit)
Writes a cube_function in VTK legacy format see http:
Definition: vtk.F90:215
subroutine, public dvtk_out_cf_vector(filename, namespace, fieldname, ierr, cf_in, vector_dim, cube, spacing, unit)
Writes a cube_function in VTK legacy format see http:
Definition: vtk.F90:281
subroutine, public dvtk_out_bz_structured(filename, namespace, fieldname, ierr, axis, fin, unit, points1BZ, ascii)
Writes a mesh_function in VTK legacy format for structured grid data in reciprocal space....
Definition: vtk.F90:493
subroutine, public zvtk_out_bz_structured(filename, namespace, fieldname, ierr, axis, fin, unit, points1BZ, ascii)
Writes a mesh_function in VTK legacy format for structured grid data in reciprocal space....
Definition: vtk.F90:1001
subroutine, public zvtk_out_cf(filename, namespace, fieldname, ierr, cf_in, cube, spacing, unit)
Writes a cube_function in VTK legacy format see http:
Definition: vtk.F90:669