FE-Project
|
module FElib / Mesh / 1D domain More...
Data Types | |
type | meshlinedom1d |
Functions/Subroutines | |
subroutine, public | meshlinedom1d_init (this, neg, dom_xmin, dom_xmax, refelem, nlocalmeshperprc, nproc, myrank, fx) |
subroutine, public | meshlinedom1d_final (this) |
subroutine, public | meshlinedom1d_generate (this) |
module FElib / Mesh / 1D domain
subroutine, public scale_mesh_linedom1d::meshlinedom1d_init | ( | class(meshlinedom1d), intent(inout) | this, |
integer, intent(in) | neg, | ||
real(rp), intent(in) | dom_xmin, | ||
real(rp), intent(in) | dom_xmax, | ||
type(lineelement), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in), optional | nproc, | ||
integer, intent(in), optional | myrank, | ||
real(rp), dimension(neg+1), intent(in), optional | fx ) |
Definition at line 61 of file scale_mesh_linedom1d.F90.
References scale_mesh_base1d::meshbase1d_init().
Referenced by scale_mesh_linedom1d::meshlinedom1d::generate().
subroutine, public scale_mesh_linedom1d::meshlinedom1d_final | ( | class(meshlinedom1d), intent(inout) | this | ) |
Definition at line 90 of file scale_mesh_linedom1d.F90.
References scale_mesh_base1d::meshbase1d_final().
Referenced by scale_mesh_linedom1d::meshlinedom1d::generate().
subroutine, public scale_mesh_linedom1d::meshlinedom1d_generate | ( | class(meshlinedom1d), intent(inout), target | this | ) |
Definition at line 99 of file scale_mesh_linedom1d.F90.
References scale_mesh_base1d::meshbase1d_assigndomid(), and scale_mesh_base1d::meshbase1d_setuplocaldom().
Referenced by scale_mesh_linedom1d::meshlinedom1d::generate().