FE-Project
|
module FElib / File / Base More...
Data Types | |
type | file_base_meshfield |
Functions/Subroutines | |
subroutine | file_base_meshfield_init (this, var_num, mesh1d, mesh2d, meshcubedsphere2d, mesh3d, meshcubedsphere3d, force_uniform_grid) |
module FElib / File / Base
subroutine scale_file_base_meshfield::file_base_meshfield_init | ( | class(file_base_meshfield), intent(inout) | this, |
integer, intent(in) | var_num, | ||
class(meshbase1d), intent(in), optional, target | mesh1d, | ||
class(meshrectdom2d), intent(in), optional, target | mesh2d, | ||
class(meshcubedspheredom2d), intent(in), optional, target | meshcubedsphere2d, | ||
class(meshcubedom3d), intent(in), optional, target | mesh3d, | ||
class(meshcubedspheredom3d), intent(in), optional, target | meshcubedsphere3d, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 133 of file scale_file_base_meshfield.F90.
References scale_file_common_meshfield::file_common_meshfield_put_field1d_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field2d_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field2d_cubedsphere_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field3d_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_put_field3d_cubedsphere_cartesbuf(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field1d(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field1d_local(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d_cubedsphere(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d_local(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d(), scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d_cubedsphere(), and scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d_local().