FE-Project
|
module FElib / Mesh / Base 3D More...
Data Types | |
type | meshbase3d |
interface | meshbase3d_generate |
Functions/Subroutines | |
subroutine, public | meshbase3d_init (this, refelem, nlocalmeshperprc, nsidetile, nproc, myrank) |
subroutine, public | meshbase3d_final (this) |
subroutine, public | meshbase3d_setgeometricinfo (lcmesh, coord_conv, calc_normal) |
Variables | |
integer, public | meshbase3d_dimtype_num = 8 |
integer, public | meshbase3d_dimtypeid_x = 1 |
integer, public | meshbase3d_dimtypeid_y = 2 |
integer, public | meshbase3d_dimtypeid_z = 3 |
integer, public | meshbase3d_dimtypeid_zt = 4 |
integer, public | meshbase3d_dimtypeid_xy = 5 |
integer, public | meshbase3d_dimtypeid_xyt = 6 |
integer, public | meshbase3d_dimtypeid_xyz = 7 |
integer, public | meshbase3d_dimtypeid_xyzt = 8 |
module FElib / Mesh / Base 3D
subroutine, public scale_mesh_base3d::meshbase3d_init | ( | class(meshbase3d), intent(inout) | this, |
class(elementbase3d), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in) | nsidetile, | ||
integer, intent(in), optional | nproc, | ||
integer, intent(in), optional | myrank ) |
Definition at line 100 of file scale_mesh_base3d.F90.
References scale_localmesh_3d::localmesh3d_init(), meshbase3d_dimtype_num, meshbase3d_dimtypeid_x, meshbase3d_dimtypeid_xy, meshbase3d_dimtypeid_xyt, meshbase3d_dimtypeid_xyz, meshbase3d_dimtypeid_xyzt, meshbase3d_dimtypeid_y, meshbase3d_dimtypeid_z, meshbase3d_dimtypeid_zt, and scale_mesh_base::meshbase_init().
Referenced by scale_mesh_base3d::meshbase3d_generate::meshbase3d_generate(), scale_mesh_cubedom3d::meshcubedom3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
subroutine, public scale_mesh_base3d::meshbase3d_final | ( | class(meshbase3d), intent(inout) | this | ) |
Definition at line 139 of file scale_mesh_base3d.F90.
References scale_localmesh_3d::localmesh3d_final(), and scale_mesh_base::meshbase_final().
Referenced by scale_mesh_base3d::meshbase3d_generate::meshbase3d_generate(), scale_mesh_cubedom3d::meshcubedom3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
subroutine, public scale_mesh_base3d::meshbase3d_setgeometricinfo | ( | type(localmesh3d), intent(inout) | lcmesh, |
external subroutine(real(rp), dimension(elem%np), intent(out) x, real(rp), dimension(elem%np), intent(out) y, real(rp), dimension(elem%np), intent(out) z, real(rp), dimension(elem%np), intent(out) xx, real(rp), dimension(elem%np), intent(out) xy, real(rp), dimension(elem%np), intent(out) xz, real(rp), dimension(elem%np), intent(out) yx, real(rp), dimension(elem%np), intent(out) yy, real(rp), dimension(elem%np), intent(out) yz, real(rp), dimension(elem%np), intent(out) zx, real(rp), dimension(elem%np), intent(out) zy, real(rp), dimension(elem%np), intent(out) zz, real(rp), dimension(elem%nv), intent(in) vx, real(rp), dimension(elem%nv), intent(in) vy, real(rp), dimension(elem%nv), intent(in) vz, type(elementbase3d), intent(in) elem) | coord_conv, | ||
external subroutine(real(rp), dimension(elem%nfptot,3), intent(out) normal_fn, real(rp), dimension(elem%nfptot,3,3), intent(in) escale_f, integer, dimension(elem%nfp_h,elem%nfaces_h), intent(in) fid_h, integer, dimension(elem%nfp_v,elem%nfaces_v), intent(in) fid_v, type(elementbase3d), intent(in) elem) | calc_normal ) |
Definition at line 174 of file scale_mesh_base3d.F90.
Referenced by scale_mesh_base3d::meshbase3d_generate::meshbase3d_generate(), scale_mesh_cubedom3d::meshcubedom3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtype_num = 8 |
Definition at line 78 of file scale_mesh_base3d.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), and meshbase3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_x = 1 |
Definition at line 79 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_y = 2 |
Definition at line 80 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_z = 3 |
Definition at line 81 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_zt = 4 |
Definition at line 82 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_xy = 5 |
Definition at line 83 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), and meshbase3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_xyt = 6 |
Definition at line 84 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), and meshbase3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_xyz = 7 |
Definition at line 85 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().
integer, public scale_mesh_base3d::meshbase3d_dimtypeid_xyzt = 8 |
Definition at line 86 of file scale_mesh_base3d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims3d_cubedsphere(), meshbase3d_init(), and scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init().