RealVector
RealVector
is a wrapper around Fortran vector of reals.
All methodsβ
ποΈ Structure
RealVector is a data type for real Fortran arrays of rank 1.
ποΈ Initiate
Initiate an instance of RealVector.
ποΈ Add
Add values to the RealVector_
ποΈ Allocate
Allocate memory for RealVector.
ποΈ Deallocate
Deallocate the memory used by the vector.
ποΈ Get
Get the value from RealVector_.
ποΈ GetIndex
Get the index (node location) of a value stored in the RealVector_.
ποΈ GetPointer
Get the pointer of fortran vector stored inside the RealVector_.
ποΈ GetTotalDimension
Get the total dimension of RealVector_.
ποΈ GetValue
Get the value from RealVector_.
ποΈ IsPresent
Check if a value is present in the RealVector_
ποΈ Random_Number
Generate random RealVector.
ποΈ Set
Set values in RealVector_.
ποΈ SetTotalDimension
Set totla dimension of RealVector_.
ποΈ Shape
Get shape of RealVector_
ποΈ Size
Get the size of RealVector_.