plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
21 statements
Source File
ex0001_mesh.f90
main
Contents
Variables
cube
sphere
cylinder
coordinate
Uses
fem
Variables
Type
Attributes
Name
Initial
type(
Mesh_
)
::
cube
type(
Mesh_
)
::
sphere
type(
Mesh_
)
::
cylinder
real(kind=real64),
allocatable
::
coordinate
(:)