plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_ptr
Interface
MIT
3 statements
Source File
FEMDomainClass.f90
FEMDomainClass
to_ptr
Contents
Module Procedures
to_ptr_femdomain
to_ptr_femdomains
public interface to_ptr
Module Procedures
public function
to_ptr_femdomain
(femdomain) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
type(
FEMDomain_
),
intent(in),
target
::
femdomain
Return Value
type(
FEMDomainp_
)
public function
to_ptr_femdomains
(femdomains) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
type(
FEMDomain_
),
intent(in),
target
::
femdomains
(:)
Return Value
type(
FEMDomainp_
), allocatable, (:)