FE-Project
|
module FElib / Mesh / Base More...
Data Types | |
type | meshbase |
interface | meshbase_get_localmesh |
type | meshdiminfo |
Functions/Subroutines | |
subroutine, public | meshbase_init (this, ndimtype, refelem, nlocalmeshperprc, nsidetile, nprocs) |
subroutine, public | meshbase_final (this) |
subroutine, public | meshbase_setgeometricinfo (mesh, ndim) |
module FElib / Mesh / Base
subroutine, public scale_mesh_base::meshbase_init | ( | class(meshbase), intent(inout) | this, |
integer, intent(in) | ndimtype, | ||
class(elementbase), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in) | nsidetile, | ||
integer, intent(in), optional | nprocs ) |
Definition at line 90 of file scale_mesh_base.F90.
Referenced by scale_mesh_base1d::meshbase1d_init(), scale_mesh_base2d::meshbase2d_init(), scale_mesh_base3d::meshbase3d_init(), and scale_mesh_base::meshbase_get_localmesh::meshbase_get_localmesh().
subroutine, public scale_mesh_base::meshbase_final | ( | class(meshbase), intent(inout) | this | ) |
Definition at line 132 of file scale_mesh_base.F90.
Referenced by scale_mesh_base1d::meshbase1d_final(), scale_mesh_base2d::meshbase2d_final(), scale_mesh_base3d::meshbase3d_final(), and scale_mesh_base::meshbase_get_localmesh::meshbase_get_localmesh().
subroutine, public scale_mesh_base::meshbase_setgeometricinfo | ( | class(localmeshbase), intent(inout) | mesh, |
integer, intent(in) | ndim ) |
Definition at line 150 of file scale_mesh_base.F90.
Referenced by scale_mesh_base1d::meshbase1d_setgeometricinfo(), and scale_mesh_base::meshbase_get_localmesh::meshbase_get_localmesh().