plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
importPreProcessing
Subroutine
MIT
11 statements
Source File
PreProcessingClass.f90
PreprocessingClass
importPreProcessing
Contents
public subroutine importPreProcessing(obj, Name, FileHandle, Mesh)
Type Bound
PreProcessing_
Arguments
Type
Intent
Optional
Attributes
Name
class(
PreProcessing_
),
intent(inout)
::
obj
character(len=*),
intent(in),
optional
::
Name
integer(kind=int32),
intent(in),
optional
::
FileHandle
type(
Mesh_
),
intent(in),
optional
::
Mesh