plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create2DRectMesh
Subroutine
MIT
42 statements
Source File
ex0011_CreateMeshEx3.f90
FEMeshClass
create2DRectMesh
Contents
public subroutine create2DRectMesh(this, xn, yn, lx, ly)
Arguments
Type
Intent
Optional
Attributes
Name
type(
FEMesh_
)
::
this
integer(kind=int32),
intent(in)
::
xn
integer(kind=int32),
intent(in)
::
yn
real(kind=real64),
intent(in)
::
lx
real(kind=real64),
intent(in)
::
ly