to_ptr Interface

public interface to_ptr

Module Procedures

public function to_ptr_femdomain(femdomain) result(ret)

Arguments

Type IntentOptional Attributes Name
type(FEMDomain_), intent(in), target :: femdomain

Return Value type(FEMDomainp_)

public function to_ptr_femdomains(femdomains) result(ret)

Arguments

Type IntentOptional Attributes Name
type(FEMDomain_), intent(in), target :: femdomains(:)

Return Value type(FEMDomainp_), allocatable, (:)