FE-Project
|
module FElib / File / Common More...
Data Types | |
type | file_common_meshfield_diminfo |
interface | file_common_meshfield_get_axis |
interface | file_common_meshfield_get_dims |
Functions/Subroutines | |
subroutine, public | file_common_meshfield_get_dims1d (mesh1d, dimsinfo) |
subroutine, public | file_common_meshfield_get_axis1d (mesh1d, dimsinfo, x, force_uniform_grid) |
subroutine, public | file_common_meshfield_put_field1d_cartesbuf (mesh1d, field1d, buf, force_uniform_grid) |
subroutine, public | file_common_meshfield_set_cartesbuf_field1d (mesh1d, buf, field1d) |
subroutine, public | file_common_meshfield_set_cartesbuf_field1d_local (lcmesh, buf, i0_s, val) |
subroutine, public | file_common_meshfield_get_dims2d (mesh2d, dimsinfo) |
subroutine, public | file_common_meshfield_get_axis2d (mesh2d, dimsinfo, x, y, force_uniform_grid) |
subroutine, public | file_common_meshfield_put_field2d_cartesbuf (mesh2d, field2d, buf, force_uniform_grid) |
subroutine, public | file_common_meshfield_put_field2d_cubedsphere_cartesbuf (mesh2d, field2d, buf) |
subroutine, public | file_common_meshfield_set_cartesbuf_field2d (mesh2d, buf, field2d) |
subroutine, public | file_common_meshfield_set_cartesbuf_field2d_local (lcmesh, buf, i0_s, j0_s, val) |
subroutine, public | file_common_meshfield_set_cartesbuf_field2d_cubedsphere (mesh2d, buf, field2d) |
subroutine, public | file_common_meshfield_get_dims3d (mesh3d, dimsinfo) |
subroutine, public | file_common_meshfield_get_axis3d (mesh3d, dimsinfo, x, y, z, force_uniform_grid) |
subroutine, public | file_common_meshfield_put_field3d_cartesbuf (mesh3d, field3d, buf, force_uniform_grid) |
subroutine, public | file_common_meshfield_put_field3d_cubedsphere_cartesbuf (mesh3d, field3d, buf) |
subroutine, public | file_common_meshfield_set_cartesbuf_field3d (mesh3d, buf, field3d) |
subroutine, public | file_common_meshfield_set_cartesbuf_field3d_cubedsphere (mesh3d, buf, field3d) |
subroutine, public | file_common_meshfield_set_cartesbuf_field3d_local (lcmesh, buf, i0_s, j0_s, k0_s, val) |
integer function, public | file_common_meshfield_get_dtype (datatype) |
module FElib / File / Common
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_dims1d | ( | class(meshbase1d), intent(in), target | mesh1d, |
type(file_common_meshfield_diminfo), dimension(meshbase1d_dimtype_num), intent(out) | dimsinfo ) |
Definition at line 128 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_axis1d | ( | class(meshbase1d), intent(in), target | mesh1d, |
type(file_common_meshfield_diminfo), dimension(meshbase1d_dimtype_num), intent(in) | dimsinfo, | ||
real(rp), dimension(dimsinfo(meshbase1d_dimtypeid_x)%size), intent(out) | x, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 153 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_put_field1d_cartesbuf | ( | class(meshbase1d), intent(in), target | mesh1d, |
class(meshfield1d), intent(in) | field1d, | ||
real(rp), dimension(:), intent(inout) | buf, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 196 of file scale_file_common_meshfield.F90.
References scale_polynominal::polynominal_genlegendrepoly_sub().
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and scale_file_history_meshfield::file_history_meshfield_put::file_history_meshfield_put1d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field1d | ( | class(meshbase1d), intent(in), target | mesh1d, |
real(rp), dimension(:), intent(in) | buf, | ||
class(meshfield1d), intent(inout) | field1d ) |
Definition at line 273 of file scale_file_common_meshfield.F90.
References file_common_meshfield_set_cartesbuf_field1d_local().
Referenced by scale_file_base_meshfield::file_base_meshfield_init().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field1d_local | ( | type(localmesh1d), intent(in) | lcmesh, |
real(rp), dimension(:), intent(in) | buf, | ||
integer, intent(in) | i0_s, | ||
real(rp), dimension(lcmesh%refelem1d%np,lcmesh%nea), intent(inout) | val ) |
Definition at line 305 of file scale_file_common_meshfield.F90.
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and file_common_meshfield_set_cartesbuf_field1d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_dims2d | ( | class(meshrectdom2d), intent(in), target | mesh2d, |
type(file_common_meshfield_diminfo), dimension(meshbase2d_dimtype_num), intent(out) | dimsinfo ) |
Definition at line 337 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_axis2d | ( | class(meshrectdom2d), intent(in), target | mesh2d, |
type(file_common_meshfield_diminfo), dimension(meshbase2d_dimtype_num), intent(in) | dimsinfo, | ||
real(rp), dimension(dimsinfo(meshbase2d_dimtypeid_x)%size), intent(out) | x, | ||
real(rp), dimension(dimsinfo(meshbase2d_dimtypeid_y)%size), intent(out) | y, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 442 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_put_field2d_cartesbuf | ( | class(meshrectdom2d), intent(in), target | mesh2d, |
class(meshfield2d), intent(in) | field2d, | ||
real(rp), dimension(:,:), intent(inout) | buf, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 573 of file scale_file_common_meshfield.F90.
References scale_polynominal::polynominal_genlegendrepoly_sub().
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and scale_file_history_meshfield::file_history_meshfield_put::file_history_meshfield_put2d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_put_field2d_cubedsphere_cartesbuf | ( | class(meshcubedspheredom2d), intent(in), target | mesh2d, |
class(meshfield2d), intent(in) | field2d, | ||
real(rp), dimension(:,:), intent(inout) | buf ) |
Definition at line 685 of file scale_file_common_meshfield.F90.
References scale_polynominal::polynominal_genlegendrepoly().
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and scale_file_history_meshfield::file_history_meshfield_put::file_history_meshfield_put2d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d | ( | class(meshrectdom2d), intent(in), target | mesh2d, |
real(rp), dimension(:,:), intent(in) | buf, | ||
class(meshfield2d), intent(inout) | field2d ) |
Definition at line 739 of file scale_file_common_meshfield.F90.
References file_common_meshfield_set_cartesbuf_field2d_local().
Referenced by scale_file_base_meshfield::file_base_meshfield_init().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d_local | ( | type(localmesh2d), intent(in) | lcmesh, |
real(rp), dimension(:,:), intent(in) | buf, | ||
integer, intent(in) | i0_s, | ||
integer, intent(in) | j0_s, | ||
real(rp), dimension(lcmesh%refelem2d%np,lcmesh%nea), intent(inout) | val ) |
Definition at line 775 of file scale_file_common_meshfield.F90.
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), file_common_meshfield_set_cartesbuf_field2d(), and file_common_meshfield_set_cartesbuf_field2d_cubedsphere().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field2d_cubedsphere | ( | class(meshcubedspheredom2d), intent(in), target | mesh2d, |
real(rp), dimension(:,:), intent(in) | buf, | ||
class(meshfield2d), intent(inout) | field2d ) |
Definition at line 810 of file scale_file_common_meshfield.F90.
References file_common_meshfield_set_cartesbuf_field2d_local().
Referenced by scale_file_base_meshfield::file_base_meshfield_init().
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_dims3d | ( | class(meshcubedom3d), intent(in), target | mesh3d, |
type(file_common_meshfield_diminfo), dimension(meshbase3d_dimtype_num), intent(out) | dimsinfo ) |
Definition at line 850 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_get_axis3d | ( | class(meshcubedom3d), intent(in), target | mesh3d, |
type(file_common_meshfield_diminfo), dimension(meshbase3d_dimtype_num), intent(in) | dimsinfo, | ||
real(rp), dimension(dimsinfo(meshbase3d_dimtypeid_x)%size), intent(out) | x, | ||
real(rp), dimension(dimsinfo(meshbase3d_dimtypeid_y)%size), intent(out) | y, | ||
real(rp), dimension(dimsinfo(meshbase3d_dimtypeid_z)%size), intent(out) | z, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 1009 of file scale_file_common_meshfield.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_put_field3d_cartesbuf | ( | class(meshcubedom3d), intent(in), target | mesh3d, |
class(meshfield3d), intent(in) | field3d, | ||
real(rp), dimension(:,:,:), intent(inout) | buf, | ||
logical, intent(in), optional | force_uniform_grid ) |
Definition at line 1164 of file scale_file_common_meshfield.F90.
References scale_polynominal::polynominal_genlegendrepoly_sub().
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and scale_file_history_meshfield::file_history_meshfield_put::file_history_meshfield_put3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_put_field3d_cubedsphere_cartesbuf | ( | class(meshcubedspheredom3d), intent(in), target | mesh3d, |
class(meshfield3d), intent(in) | field3d, | ||
real(rp), dimension(:,:,:), intent(inout) | buf ) |
Definition at line 1306 of file scale_file_common_meshfield.F90.
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), and scale_file_history_meshfield::file_history_meshfield_put::file_history_meshfield_put3d().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d | ( | class(meshcubedom3d), intent(in), target | mesh3d, |
real(rp), dimension(:,:,:), intent(in) | buf, | ||
class(meshfield3d), intent(inout) | field3d ) |
Definition at line 1368 of file scale_file_common_meshfield.F90.
References file_common_meshfield_set_cartesbuf_field3d_local().
Referenced by scale_file_base_meshfield::file_base_meshfield_init().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d_cubedsphere | ( | class(meshcubedspheredom3d), intent(in), target | mesh3d, |
real(rp), dimension(:,:,:), intent(in) | buf, | ||
class(meshfield3d), intent(inout) | field3d ) |
Definition at line 1408 of file scale_file_common_meshfield.F90.
References file_common_meshfield_set_cartesbuf_field3d_local().
Referenced by scale_file_base_meshfield::file_base_meshfield_init().
subroutine, public scale_file_common_meshfield::file_common_meshfield_set_cartesbuf_field3d_local | ( | type(localmesh3d), intent(in) | lcmesh, |
real(rp), dimension(:,:,:), intent(in) | buf, | ||
integer, intent(in) | i0_s, | ||
integer, intent(in) | j0_s, | ||
integer, intent(in) | k0_s, | ||
real(rp), dimension(lcmesh%refelem3d%np,lcmesh%nea), intent(inout) | val ) |
Definition at line 1450 of file scale_file_common_meshfield.F90.
Referenced by scale_file_base_meshfield::file_base_meshfield_init(), file_common_meshfield_set_cartesbuf_field3d(), and file_common_meshfield_set_cartesbuf_field3d_cubedsphere().
integer function, public scale_file_common_meshfield::file_common_meshfield_get_dtype | ( | character(*), intent(in) | datatype | ) |
Definition at line 1491 of file scale_file_common_meshfield.F90.