plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fillby
Function
MIT
26 statements
Source File
LinearSolverClass.f90
LinearSolverClass
fillby
Contents
public function fillby(element, vec_size, num_repeat) result(new_vec)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
element
(:)
integer(kind=int32),
intent(in),
optional
::
vec_size
integer(kind=int32),
intent(in),
optional
::
num_repeat
Return Value
real(kind=real64), allocatable, (:)