Procedures

ProcedureLocationProcedure TypeDescription
absautoDiffOperator_modInterface
abs_ttreeOperator_modInterface
acos_ttreeTrigonometric_modInterface
ad_tautoDiffType_modInterface
add_ttreeOperator_modInterface
argkinds_modFunction

Compute the argument of a complex number

arrayToChartext_modFunction

Convert an array of character(1) into a character

asin_ttreeTrigonometric_modInterface
assignment(=)autoDiffOperator_modInterface
atan_ttreeTrigonometric_modInterface
barplplotlib_modSubroutine

Create a bar graph

barhplplotlib_modSubroutine

Create a horizontal bar graph

biCGSTAB_tsolvers_modInterface
biConjugateGradientStabilizedbasicSolvers_modFunction
binDataplplotlib_modFunction

Count data in each bin

boxplplotlib_modSubroutine

Set x,y and plot labels

charToArraytext_modFunction

Convert a character into an array of character(1)

checkPrecisiontestKinds_prgFunction

Compare a real value with its true value in string form; return the correct digit count

colorbarplplotlib_modSubroutine

Add a colorbar to the top of the plot

colorbar2plplotlib_modSubroutine

Add a colorbar to the top of the plot

colorizetext_modFunction

Bracket a string with text to change its color on a terminal

colorMaptext_modFunction

Return the color code for colorize based on the coolwarm color map

config_tconfig_modInterface

Constructor for config_t

conjgquaternion_modInterface
conjugateGradientbasicSolvers_modFunction
conjugateGradient_tsolvers_modInterface
contourplplotlib_modSubroutine

Plot contour lines

contourfplplotlib_modSubroutine

Plot filled contours

cos_aautoDiffTrigonometric_modFunction
cos_ttreeTrigonometric_modInterface
cpuTimetime_modFunction

Return the cpu time to within an added constant (excludes sleep time)

cubicSpline_tspline_modInterface

Constructor for cubicSpline_t

deDuparray_modFunction

Remove duplicates from a list of positive integers

DFTfourier_modInterface

Compute the DFT of a dataset

div_ttreeOperator_modInterface
doBarexamples_prgSubroutine

bar

doContourexamples_prgSubroutine

contour

doErrorexamples_prgSubroutine

error

doFillBetweenexamples_prgSubroutine

fillBetween

doFunctiontestEval_prgSubroutine
doHistexamples_prgSubroutine

hist

doLegendexamples_prgSubroutine

legend

doLogPlotexamples_prgSubroutine

logPlot

doPlotexamples_prgSubroutine

plot

doQuiverexamples_prgSubroutine

quiver

doScatterexamples_prgSubroutine

scatter

doSurfaceexamples_prgSubroutine

surface

endsWithtext_modFunction

Test if text ends with str

errorbarplplotlib_modSubroutine

Plot error bars for a set of data points

eval_testobjective_modFunction
eval_testNobjective_modFunction
evalR_abstreeOperator_modFunction
evalR_acostreeTrigonometric_modFunction
evalR_addtreeOperator_modFunction
evalR_asintreeTrigonometric_modFunction
evalR_atantreeTrigonometric_modFunction
evalR_costreeTrigonometric_modFunction
evalR_divtreeOperator_modFunction
evalR_exptreeExponential_modFunction
evalR_imagtreeValue_modFunction
evalR_logtreeExponential_modFunction
evalR_log10treeExponential_modFunction
evalR_multreeOperator_modFunction
evalR_negtreeOperator_modFunction
evalR_pnode_modInterface
evalR_powtreeOperator_modFunction
evalR_realtreeValue_modFunction
evalR_sintreeTrigonometric_modFunction
evalR_sqrttreeOperator_modFunction
evalR_subtreeOperator_modFunction
evalR_tantreeTrigonometric_modFunction
evalR_vartreeValue_modFunction
evalZ_abstreeOperator_modFunction
evalZ_acostreeTrigonometric_modFunction
evalZ_addtreeOperator_modFunction
evalZ_asintreeTrigonometric_modFunction
evalZ_atantreeTrigonometric_modFunction
evalZ_costreeTrigonometric_modFunction
evalZ_divtreeOperator_modFunction
evalZ_exptreeExponential_modFunction
evalZ_imagtreeValue_modFunction
evalZ_logtreeExponential_modFunction
evalZ_log10treeExponential_modFunction
evalZ_multreeOperator_modFunction
evalZ_negtreeOperator_modFunction
evalZ_pnode_modInterface
evalZ_powtreeOperator_modFunction
evalZ_realtreeValue_modFunction
evalZ_sintreeTrigonometric_modFunction
evalZ_sqrttreeOperator_modFunction
evalZ_subtreeOperator_modFunction
evalZ_tantreeTrigonometric_modFunction
evalZ_vartreeValue_modFunction
expautoDiffExponential_modInterface
expquaternion_modInterface
exp_ttreeExponential_modInterface
fanimate_prgFunction

Function for plot

FFTfourier_modInterface

Compute the FFT of a dataset

FFT_freqfourier_modFunction

Compute the frequencies from time for an FFT

figureplplotlib_modSubroutine

Create a new figure

fillBetweenplplotlib_modSubroutine

Fill space between two lines

fillBetweenxplplotlib_modSubroutine

Fill space between two lines

findIntervalarray_modFunction

Find the locations in t0 that bracket t

flattenarray_modInterface

Reduce an array to one dimension

function_texpression_modInterface

Constructors for function_t

gaussSeidelbasicSolvers_modFunction
gaussSeidel_tsolvers_modInterface
histplplotlib_modSubroutine

Create a histogram

iDFTfourier_modInterface

Compute the inverse DFT of a dataset

iFFTfourier_modInterface

Compute the inverse FFT of a dataset

imag_ttreeValue_modInterface
intToChartext_modFunction

Create a string from an integer

invquaternion_modFunction

Return the inverse of the quaternion

jacobibasicSolvers_modFunction
jacobi_tsolvers_modInterface
labelsplplotlib_modSubroutine

Set x,y and plot labels

legendplplotlib_modSubroutine

Create legend for plot data

linearInterparray_modFunction

Linear interpolation of y(x) at x=r

linearSpline_tspline_modInterface

Constructor for linearSpline_t

lineSearch_toptimize_modInterface

Constructors for lineSearch_t

linspacearray_modFunction

Return an array of evenly-spaced values

logautoDiffExponential_modInterface
logquaternion_modInterface
log10autoDiffExponential_modInterface
log10quaternion_modInterface
log10_ttreeExponential_modInterface
log_ttreeExponential_modInterface
makeLogologo_prgSubroutine

Create data and plot for logo

matmulautoDiffArray_modInterface
matmulsparse_modInterface
maxvalsparse_modInterface
meanstats_modFunction

Compute the mean of an input array

meshGridXarray_modFunction

Construct a grid from x and y spacing

meshGridYarray_modFunction

Construct a grid from x and y spacing

minimumResidualbasicSolvers_modFunction
minvalsparse_modInterface
mixvalarray_modInterface

Return a 2-vector comprising the minimum and maximum values of an array

mul_ttreeOperator_modInterface
neg_ttreeOperator_modInterface
newAbstreeOperator_modFunction
newAcostreeTrigonometric_modFunction
newAddtreeOperator_modFunction
newAsintreeTrigonometric_modFunction
newAtantreeTrigonometric_modFunction
newCostreeTrigonometric_modFunction
newDivtreeOperator_modFunction
newExptreeExponential_modFunction
newImagtreeValue_modFunction
newIteratoriterate_modFunction

Create a new iterator_t object

newLogtreeExponential_modFunction
newLog10treeExponential_modFunction
newMultreeOperator_modFunction
newNegtreeOperator_modFunction
newNodeStacknode_modFunction
newPowtreeOperator_modFunction
newRealtreeValue_modFunction
newSintreeTrigonometric_modFunction
newSparsesparse_modFunction
newSpvecsparse_modFunction
newSqrttreeOperator_modFunction
newSubtreeOperator_modFunction
newTantreeTrigonometric_modFunction
newTokennode_modFunction

Constructor for token_t

newVartreeValue_modFunction
nintautoDiffType_modInterface
nodeStack_tnode_modInterface
norm2autoDiffArray_modInterface
norm2quaternion_modInterface
operator(*)autoDiffOperator_modInterface
operator(*)sparse_modInterface
operator(*)quaternion_modInterface
operator(**)autoDiffOperator_modInterface
operator(+)autoDiffOperator_modInterface
operator(+)sparse_modInterface
operator(+)quaternion_modInterface
operator(-)autoDiffOperator_modInterface
operator(-)quaternion_modInterface
operator(.d.)tensor_modInterface

Dyadic product

operator(.o.)tensor_modInterface

Dot product

operator(.o.)sparse_modInterface
operator(.oo.)tensor_modInterface

Double dot product

operator(.sx.)tensor_modInterface

Cross product of 2D vectors

operator(.x.)tensor_modInterface

Cross product

operator(/)autoDiffOperator_modInterface
operator(/)quaternion_modInterface
operator(<)autoDiffOperator_modInterface
operator(>)autoDiffOperator_modInterface
plotplplotlib_modSubroutine

Plot data using lines and or markers

plot3plplotlib_modSubroutine

Plot data using lines and or markers

popnode_modFunction
pow_ttreeOperator_modInterface
printTypeskinds_modSubroutine

Print the integer kinds for each real type

pushnode_modSubroutine
quat_tquaternion_modInterface
quiverplplotlib_modSubroutine

Plot vectors

randomNormalstats_modInterface

Return sample(s) \(x\) from an approximate normal distribution such that \(x\in[-6,6]\), \( \sigma \approx 1.0 \) and \( \mu \approx 0.0 \).

randomUniformstats_modInterface

Return sample(s) \(x\) from a uniform distribution such that \(x\in[-1,1]\)

readGridnetCDF_modSubroutine

Read a grid from a file

readStepnetCDF_modInterface

Read a variable for a timestep from a file

real_ttreeValue_modInterface
realToChartext_modFunction

Create a string from a real number

realToTimetext_modFunction

Convert a real number to a string

removeSpacestext_modFunction

Remove all spaces from a string

scalerquaternion_modFunction

Return the scalar part of the quaternion

scatterplplotlib_modSubroutine

Create scatter plot of data

setRandomSeedstats_modSubroutine

Set the pseudo-random number generator seed

setupplplotlib_modSubroutine

Setup PlPlot library, optionally overriding defaults

showplplotlib_modSubroutine

Show the plots end finialize the PlPlot library

showProgresstext_modSubroutine

Create a progress bar through successive calls

sin_aautoDiffTrigonometric_modFunction
sin_ttreeTrigonometric_modInterface
solveLUarray_modInterface
solveLUautoDiffArray_modInterface
solverProgressbasicSolvers_modSubroutine
SOR_tsolvers_modInterface
spanarray_modInterface

Return a the maximum-minumum values of an array

sqrtautoDiffOperator_modInterface
sqrt_ttreeOperator_modInterface
startReportbasicSolvers_modSubroutine
startsWithtext_modFunction

Test if text starts with str

stDevstats_modFunction

Compute the standard deviation of an input array

steepestDescentbasicSolvers_modFunction
sub_ttreeOperator_modInterface
subplotplplotlib_modSubroutine

Create a set of axes on a figure

successiveOverRelaxationbasicSolvers_modFunction
sumautoDiffArray_modInterface
sumsparse_modInterface
surfaceplplotlib_modSubroutine

Plot a 3d surface

symmetricGaussSeidelbasicSolvers_modFunction
symmetricSuccessiveOverRelaxationbasicSolvers_modFunction
tan_aautoDiffTrigonometric_modFunction
tan_ttreeTrigonometric_modInterface
TDMAarray_modInterface
TDMAautoDiffArray_modInterface
testBasictestQuaternion_prgSubroutine
testBasicSolverstestSparse_prgSubroutine
testColorizetestText_prgSubroutine

Test colorize to verify operation

testColorMaptestText_prgSubroutine

Test colorMap to verify operation

testConstantstestKinds_prgSubroutine

Test standard constants and verify accuracy to type-level precision

testCpuTimetestTime_prgSubroutine

Test cpuTime to verify operation

testDeDuptestArray_prgSubroutine

Test deDup to verify operation

testDifftestAutoDiff_prgSubroutine
testDottestTensor_prgSubroutine

Verify operation of Dot and Dyadic

testEndsWithtestText_prgSubroutine

Test endsWith to verify operation

testFFTtestFourier_prgSubroutine

Test FFT to verify operation

testFlattentestArray_prgSubroutine

Test mixval to verify operation

testFunctiontestEval_prgSubroutine

Verify operation of newFunction and eval

testIFFTtestFourier_prgSubroutine

Test FFT to verify operation

testIntToChartestText_prgSubroutine

Test intToChar to verify operation

testLinearInterptestArray_prgSubroutine

Test linearInterp to verify operation

testLinspacetestArray_prgSubroutine

Test linspace to verify operation

testLUtestArray_prgSubroutine

Test solveLU to verify operation

testMeantestStats_prgSubroutine

Test mean to verify operation

testMeshGridtestArray_prgSubroutine

Test meshGridX and meshGridY to verify operation

testMixvaltestArray_prgSubroutine

Test mixval to verify operation

testNewConfigtestConfig_prgSubroutine

Verify the operation of newConfig

testNewSparsetestSparse_prgSubroutine
testNewSplinetestSpline_prgSubroutine
testNexttestIterate_prgSubroutine

Verify operation of next

testObjectivetestOptimize_prgSubroutine

Verify operation of obj_t

testObjectiveNtestOptimize_prgSubroutine
testPlottestOptimize_prgSubroutine
testPrecisiontestKinds_prgSubroutine

Test real precision constants and actual accuracy

testRandomNormaltestStats_prgSubroutine

Test randomNormal to verify approximate distribution properties

testRandomUniformtestStats_prgSubroutine

Test randomUniform to verify approximate distribution properties

testReadtestNetCDF_prgSubroutine

Test reading netCDF files
May fail due to write failure

testReadGmshtestMesh_prgSubroutine

Verify operation of readGmsh

testRealToChartestText_prgSubroutine

Test realToChar to verify operation

testRealToTimetestText_prgSubroutine

Test realToTime to verify operation

testRemoveSpacestestText_prgSubroutine

Test removeSpaces to verify operation

testSetRandomSeedtestStats_prgSubroutine

Test setRandomSeed to verify operation

testSolverstestSparse_prgSubroutine
testSpantestArray_prgSubroutine

Test mixval to verify operation

testSplineXtestSpline_prgSubroutine
testSpvectestSparse_prgSubroutine
testStartsWithtestText_prgSubroutine

Test startsWith to verify operation

testStDevtestStats_prgSubroutine

Test stDev to verify operation

testTDMAtestArray_prgSubroutine

Test TDMA to verify operation

testWallTimetestTime_prgSubroutine

Test wallTime to verify operation

testWritetestNetCDF_prgSubroutine

Test writing netCDF files

testWriteMattestMatIO_prgSubroutine

Verify operation of writeMat

testWriteVTKtestVtkIO_prgSubroutine

Test writing VTK files

testWriteVTKtestMesh_prgSubroutine

Verify operation of readGmsh

ticksplplotlib_modSubroutine

Set the ticks for the axes

titleplplotlib_modSubroutine

Set plot title

token_tnode_modInterface

Constructors for token_t

tokenizenode_modFunction

Split a character into tokens

toRPNnode_modFunction

Convert a list of tokens from read order into RPN

transposesparse_modInterface
v2mmatIO_modInterface

Convert a vector into a matrix

var_ttreeValue_modInterface
vectorquaternion_modFunction

Return the vector part of the quaternion

waittime_modSubroutine

Make the thread sleep

wallTimetime_modFunction

Return the wall time to within an added constant (includes sleep time)

wireframeplplotlib_modSubroutine

Plot a 3d wireframe

writeGridnetCDF_modSubroutine

Write a grid to a file

writeGridVTKvtkIO_modInterface

Write the structured coordinates

writeHeaderVTKvtkIO_modSubroutine
writeMatmatIO_modInterface

Write a matrix into a file

writeScalarVTKvtkIO_modInterface

Write a structured scalar field

writeStepnetCDF_modInterface

Write a variable for a timestep to a file

writeVectorVTKvtkIO_modInterface

Write a structured vector field

xlabelplplotlib_modSubroutine

Set x-label

xlimplplotlib_modSubroutine

Set the limits of the x-axis

xticksplplotlib_modSubroutine

Set the ticks for the x-axis

xylimplplotlib_modSubroutine

Set the x and y ranges of the plot

xyzlimplplotlib_modSubroutine

Set the limits for a 3d plot

ylabelplplotlib_modSubroutine

Set y-label

ylimplplotlib_modSubroutine

Set the limits of the y-axis

yticksplplotlib_modSubroutine

Set the ticks for the y-axis

call~~graph~~CallGraph interface~operator(+)~3 operator(+) proc~evalr_real evalR_real interface~acos_t acos_t proc~newacos newAcos interface~acos_t->proc~newacos proc~contourf contourf proc~linspace linspace proc~contourf->proc~linspace plshades plshades proc~contourf->plshades proc~testbasic testBasic proc~scaler scaler proc~testbasic->proc~scaler proc~vector vector proc~testbasic->proc~vector interface~exp_t exp_t proc~newexp newExp interface~exp_t->proc~newexp proc~evalr_acos evalR_acos proc~evalr_neg evalR_neg interface~neg_t neg_t proc~newneg newNeg interface~neg_t->proc~newneg interface~flatten flatten proc~evalr_imag evalR_imag proc~xticks xticks plbox plbox proc~xticks->plbox proc~cos_a cos_a proc~dologplot doLogPlot proc~labels labels proc~dologplot->proc~labels proc~dologplot->proc~linspace proc~ticks ticks proc~dologplot->proc~ticks interface~mixval mixval proc~dologplot->interface~mixval proc~figure figure proc~dologplot->proc~figure proc~plot plot proc~dologplot->proc~plot proc~subplot subplot proc~dologplot->proc~subplot proc~xylim xylim proc~dologplot->proc~xylim proc~meshgridy meshGridY proc~testtdma testTDMA proc~testtdma->proc~linspace interface~tdma TDMA proc~testtdma->interface~tdma proc~colorbar2 colorbar2 plcolorbar plcolorbar proc~colorbar2->plcolorbar proc~errorbar errorbar plerry plerry proc~errorbar->plerry plerrx plerrx proc~errorbar->plerrx proc~evalr_div evalR_div proc~printtypes printTypes proc~tan_a tan_a proc~testrandomnormal testRandomNormal proc~setrandomseed setRandomSeed proc~testrandomnormal->proc~setrandomseed interface~randomnormal randomNormal proc~testrandomnormal->interface~randomnormal proc~stdev stDev proc~testrandomnormal->proc~stdev proc~mean mean proc~testrandomnormal->proc~mean proc~newtoken newToken proc~minimumresidual minimumResidual proc~solverprogress solverProgress proc~minimumresidual->proc~solverprogress proc~startreport startReport proc~minimumresidual->proc~startreport interface~cos_t cos_t proc~newcos newCos interface~cos_t->proc~newcos proc~docontour doContour proc~docontour->proc~contourf proc~docontour->proc~labels proc~docontour->proc~linspace proc~docontour->proc~ticks proc~docontour->interface~mixval proc~docontour->proc~figure proc~colorbar colorbar proc~docontour->proc~colorbar proc~docontour->proc~subplot proc~contour contour proc~docontour->proc~contour proc~docontour->proc~xylim proc~arg arg proc~dosurface doSurface proc~dosurface->proc~linspace proc~box box proc~dosurface->proc~box proc~dosurface->interface~mixval proc~xyzlim xyzlim proc~dosurface->proc~xyzlim proc~dosurface->proc~figure proc~surface surface proc~dosurface->proc~surface proc~dosurface->proc~subplot proc~testflatten testFlatten proc~testflatten->interface~flatten proc~yticks yticks proc~yticks->plbox proc~fillbetweenx fillBetweenx plfill plfill proc~fillbetweenx->plfill interface~operator(-)~2 operator(-) interface~atan_t atan_t proc~newatan newAtan interface~atan_t->proc~newatan interface~log_t log_t proc~newlog newLog interface~log_t->proc~newlog proc~testnewspline testNewSpline cubicspline_t cubicspline_t proc~testnewspline->cubicspline_t interface~sqrt_t sqrt_t proc~newsqrt newSqrt interface~sqrt_t->proc~newsqrt proc~chartoarray charToArray proc~newdiv newDiv proc~evalz_real evalZ_real proc~cputime cpuTime proc~evalz_acos evalZ_acos proc~fillbetween fillBetween proc~fillbetween->plfill proc~testmean testMean proc~testmean->proc~mean proc~showprogress showProgress proc~solverprogress->proc~showprogress proc~testsplinex testSplineX proc~testsplinex->proc~labels proc~testsplinex->proc~ticks proc~setup setup proc~testsplinex->proc~setup proc~testsplinex->interface~mixval proc~testsplinex->proc~figure proc~show show proc~testsplinex->proc~show proc~testsplinex->proc~plot proc~testsplinex->proc~subplot proc~testsplinex->proc~xylim proc~testsplinex->cubicspline_t linearspline_t linearspline_t proc~testsplinex->linearspline_t proc~newsin newSin proc~evalr_sin evalR_sin proc~wait wait interface~readstep readStep interface~tan_t tan_t proc~newtan newTan interface~tan_t->proc~newtan interface~writestep writeStep proc~steepestdescent steepestDescent proc~steepestdescent->proc~solverprogress proc~steepestdescent->proc~startreport proc~evalr_pow evalR_pow proc~torpn toRPN proc~walltime wallTime interface~operator(*)~3 operator(*) proc~testfunction testFunction proc~dofunction doFunction proc~testfunction->proc~dofunction proc~testfunction->proc~setup proc~testfunction->proc~show proc~doerror doError proc~doerror->proc~errorbar proc~doerror->proc~labels proc~doerror->proc~linspace proc~doerror->proc~ticks proc~doerror->interface~mixval proc~doerror->proc~figure proc~doerror->proc~plot proc~doerror->proc~subplot proc~doerror->proc~xylim interface~operator(.sx.) operator(.sx.) pllab pllab proc~labels->pllab proc~testdedup testDeDup proc~dedup deDup proc~testdedup->proc~dedup proc~newimag newImag proc~evalr_cos evalR_cos proc~evalr_atan evalR_atan interface~ad_t ad_t proc~evalr_sqrt evalR_sqrt interface~sum sum interface~operator(+) operator(+) proc~testlinspace testLinspace proc~testlinspace->proc~linspace interface~nint nint interface~operator(.x.) operator(.x.) proc~newvar newVar interface~log10_t log10_t proc~newlog10 newLog10 interface~log10_t->proc~newlog10 proc~dolegend doLegend proc~dolegend->proc~labels proc~dolegend->proc~linspace proc~dolegend->proc~ticks proc~dolegend->interface~mixval proc~dolegend->proc~figure proc~dolegend->proc~plot proc~dolegend->proc~subplot proc~legend legend proc~dolegend->proc~legend proc~dolegend->proc~xylim interface~abs_t abs_t proc~newabs newAbs interface~abs_t->proc~newabs interface~operator(.d.) operator(.d.) proc~dofunction->proc~labels proc~dofunction->proc~linspace proc~dofunction->proc~ticks proc~dofunction->interface~mixval proc~dofunction->proc~figure proc~dofunction->proc~plot proc~dofunction->proc~subplot interface~span span proc~dofunction->interface~span proc~dofunction->proc~xylim proc~ylim ylim plgvpw plgvpw proc~ylim->plgvpw plwind plwind proc~ylim->plwind proc~teststdev testStDev proc~teststdev->proc~stdev proc~evalz_log10 evalZ_log10 proc~testmixval testMixval proc~testmixval->interface~mixval proc~ticks->plbox proc~barh barh proc~barh->interface~mixval proc~barh->plfill plcol1 plcol1 proc~barh->plcol1 plline plline proc~barh->plline interface~operator(.oo.) operator(.oo.) proc~evalr_exp evalR_exp proc~newadd newAdd proc~evalz_div evalZ_div interface~norm2 norm2 proc~testwritemat testWriteMat interface~writemat writeMat proc~testwritemat->interface~writemat proc~quiver quiver proc~quiver->interface~mixval proc~quiver->plcol1 plvect plvect proc~quiver->plvect plbox3 plbox3 proc~box->plbox3 interface~linearspline_t linearSpline_t interface~matmul matmul interface~operator(-) operator(-) interface~operator(SLASH)~2 operator(/) proc~testlu testLU interface~solvelu solveLU proc~testlu->interface~solvelu proc~testprecision testPrecision proc~testprecision->proc~printtypes proc~evalr_add evalR_add proc~evalz_neg evalZ_neg proc~tokenize tokenize interface~token_t token_t proc~tokenize->interface~token_t proc~evalz_sin evalZ_sin interface~asin_t asin_t proc~newasin newAsin interface~asin_t->proc~newasin plsfnam plsfnam proc~setup->plsfnam plsetopt plsetopt proc~setup->plsetopt plsfam plsfam proc~setup->plsfam plfontld plfontld proc~setup->plfontld plinit plinit proc~setup->plinit plsdev plsdev proc~setup->plsdev interface~v2m v2m interface~exp exp proc~testnewconfig testNewConfig proc~bar bar proc~bar->interface~mixval proc~bar->plfill proc~bar->plcol1 proc~bar->plline proc~testmeshgrid testMeshGrid proc~testmeshgrid->proc~meshgridy proc~testmeshgrid->proc~linspace proc~meshgridx meshGridX proc~testmeshgrid->proc~meshgridx proc~testconstants testConstants proc~checkprecision checkPrecision proc~testconstants->proc~checkprecision proc~doscatter doScatter proc~doscatter->proc~labels proc~doscatter->proc~ticks proc~doscatter->proc~figure proc~scatter scatter proc~doscatter->proc~scatter proc~doscatter->proc~subplot proc~doscatter->proc~xylim interface~linesearch_t lineSearch_t proc~doquiver doQuiver proc~doquiver->proc~labels proc~doquiver->proc~linspace proc~doquiver->proc~ticks proc~doquiver->proc~quiver proc~doquiver->interface~mixval proc~doquiver->proc~figure proc~doquiver->proc~colorbar proc~doquiver->proc~subplot proc~doquiver->proc~xylim proc~testlinearinterp testLinearInterp proc~testlinearinterp->proc~linspace proc~linearinterp linearInterp proc~testlinearinterp->proc~linearinterp proc~evalz_add evalZ_add proc~evalz_imag evalZ_imag proc~evalz_cos evalZ_cos interface~log log proc~evalz_atan evalZ_atan proc~readgrid readGrid nf90_inquire nf90_inquire proc~readgrid->nf90_inquire nf90_inquire_dimension nf90_inquire_dimension proc~readgrid->nf90_inquire_dimension nf90_inquire_variable nf90_inquire_variable proc~readgrid->nf90_inquire_variable nf90_get_var nf90_get_var proc~readgrid->nf90_get_var nf90_close nf90_close proc~readgrid->nf90_close nf90_open nf90_open proc~readgrid->nf90_open interface~operator(<) operator(<) proc~newpow newPow proc~findinterval findInterval proc~linearinterp->proc~findinterval interface~tdma~2 TDMA proc~conjugategradient conjugateGradient proc~conjugategradient->proc~solverprogress proc~conjugategradient->proc~startreport interface~log10 log10 interface~operator(.o.) operator(.o.) interface~fft FFT interface~operator(*) operator(*) proc~evalz_pow evalZ_pow interface~cubicspline_t cubicSpline_t proc~testspan testSpan proc~testspan->interface~span proc~evalz_sqrt evalZ_sqrt proc~f f proc~xyzlim->plwind plw3d plw3d proc~xyzlim->plw3d interface~solvelu~2 solveLU proc~testrandomuniform testRandomUniform proc~testrandomuniform->proc~setrandomseed proc~testrandomuniform->proc~stdev proc~testrandomuniform->proc~mean interface~randomuniform randomUniform proc~testrandomuniform->interface~randomuniform proc~evalz_exp evalZ_exp proc~gaussseidel gaussSeidel proc~gaussseidel->proc~solverprogress proc~gaussseidel->proc~startreport interface~operator(>) operator(>) proc~evalr_var evalR_var inttochar inttochar proc~evalr_var->inttochar proc~evalr_tan evalR_tan proc~evalr_abs evalR_abs pladv pladv proc~figure->pladv plssub plssub proc~figure->plssub plbop plbop proc~figure->plbop pleop pleop proc~figure->pleop proc~testsetrandomseed testSetRandomSeed proc~testsetrandomseed->proc~setrandomseed proc~evalr_sub evalR_sub proc~makelogo makeLogo proc~makelogo->proc~labels proc~makelogo->proc~linspace proc~makelogo->proc~ticks proc~makelogo->interface~mixval proc~makelogo->proc~figure proc~makelogo->proc~plot proc~makelogo->proc~subplot proc~makelogo->proc~xylim proc~ylabel ylabel plmtex plmtex proc~ylabel->plmtex interface~operator(SLASH) operator(/) proc~xlabel xlabel proc~xlabel->plmtex proc~testobjectiven testObjectiveN proc~testnext testNext proc~testnext->proc~showprogress proc~newiterator newIterator proc~testnext->proc~newiterator interface~mul_t mul_t proc~newmul newMul interface~mul_t->proc~newmul proc~scatter->interface~mixval proc~scatter->plcol1 plschr plschr proc~scatter->plschr plptex plptex proc~scatter->plptex plssym plssym proc~scatter->plssym proc~writegrid writeGrid proc~writegrid->nf90_close nf90_put_att nf90_put_att proc~writegrid->nf90_put_att nf90_def_var nf90_def_var proc~writegrid->nf90_def_var nf90_def_dim nf90_def_dim proc~writegrid->nf90_def_dim nf90_enddef nf90_enddef proc~writegrid->nf90_enddef nf90_put_var nf90_put_var proc~writegrid->nf90_put_var nf90_create nf90_create proc~writegrid->nf90_create interface~writegridvtk writeGridVTK interface~gaussseidel_t gaussSeidel_t proc~symmetricgaussseidel symmetricGaussSeidel proc~symmetricgaussseidel->proc~solverprogress proc~symmetricgaussseidel->proc~startreport proc~successiveoverrelaxation successiveOverRelaxation proc~successiveoverrelaxation->proc~solverprogress proc~successiveoverrelaxation->proc~startreport proc~testwritevtk testWriteVTK proc~testwritevtk->proc~meshgridy proc~testwritevtk->proc~linspace proc~testwritevtk->proc~meshgridx proc~testwritevtk->interface~writegridvtk proc~writeheadervtk writeHeaderVTK proc~testwritevtk->proc~writeheadervtk interface~writevectorvtk writeVectorVTK proc~testwritevtk->interface~writevectorvtk interface~writescalarvtk writeScalarVTK proc~testwritevtk->interface~writescalarvtk interface~assignment(=) assignment(=) proc~newsparse newSparse proc~newspvec newSpvec proc~newsparse->proc~newspvec interface~ifft iFFT proc~colorize colorize proc~inttochar intToChar proc~colorize->proc~inttochar proc~testremovespaces testRemoveSpaces proc~removespaces removeSpaces proc~testremovespaces->proc~removespaces proc~testwrite testWrite proc~testwrite->proc~meshgridy proc~testwrite->interface~writestep proc~testwrite->proc~linspace proc~testwrite->proc~meshgridx proc~testwrite->proc~writegrid proc~evalz_var evalZ_var proc~evalz_var->inttochar proc~evalr_log evalR_log proc~testplot testPlot proc~testplot->inttochar setup setup proc~testplot->setup span span proc~testplot->span mixval mixval proc~testplot->mixval ticks ticks proc~testplot->ticks contourf contourf proc~testplot->contourf linspace linspace proc~testplot->linspace xlog xlog proc~testplot->xlog subplot subplot proc~testplot->subplot labels labels proc~testplot->labels plot plot proc~testplot->plot show show proc~testplot->show colorbar2 colorbar2 proc~testplot->colorbar2 figure figure proc~testplot->figure xylim xylim proc~testplot->xylim proc~testdiff testDiff ad_t ad_t proc~testdiff->ad_t proc~newsub newSub interface~operator(**) operator(**) proc~testdot testDot proc~endswith endsWith proc~showprogress->proc~walltime proc~showprogress->proc~colorize proc~realtochar realToChar proc~showprogress->proc~realtochar proc~realtotime realToTime proc~showprogress->proc~realtotime proc~colormap colorMap proc~showprogress->proc~colormap proc~testread testRead proc~testread->proc~meshgridy proc~testread->interface~readstep proc~testread->proc~readgrid proc~testread->proc~meshgridx interface~real_t real_t proc~newreal newReal interface~real_t->proc~newreal proc~surface->proc~linspace plsurf3d plsurf3d proc~surface->plsurf3d interface~matmul~2 matmul proc~testinttochar testIntToChar proc~testinttochar->proc~inttochar proc~title title proc~title->plmtex plend plend proc~show->plend interface~evalz_p evalZ_p proc~dobar doBar proc~dobar->proc~labels proc~dobar->proc~linspace proc~dobar->proc~ticks proc~dobar->proc~barh proc~dobar->interface~mixval proc~dobar->proc~bar proc~dobar->proc~figure proc~dobar->proc~subplot proc~dobar->proc~xylim proc~push push proc~testcputime testCpuTime proc~testcputime->proc~cputime proc~teststartswith testStartsWith proc~startswith startsWith proc~teststartswith->proc~startswith proc~evalr_mul evalR_mul proc~plot->plline proc~plot->plptex proc~plot->plssym interface~function_t function_t interface~div_t div_t interface~div_t->proc~newdiv proc~colorbar->plcolorbar proc~testendswith testEndsWith proc~testendswith->proc~endswith interface~sqrt sqrt interface~sor_t SOR_t interface~add_t add_t interface~add_t->proc~newadd proc~evalz_log evalZ_log interface~evalr_p evalR_p proc~bindata binData proc~bindata->proc~linspace interface~sum~2 sum proc~eval_test eval_test proc~subplot->pladv proc~subplot->plssub plvasp plvasp proc~subplot->plvasp plvpor plvpor proc~subplot->plvpor plvsta plvsta proc~subplot->plvsta pllegend pllegend proc~legend->pllegend interface~dft DFT proc~evalr_asin evalR_asin proc~eval_testn eval_testN interface~abs abs interface~quat_t quat_t interface~minval minval interface~norm2~2 norm2 proc~testbasicsolvers testBasicSolvers proc~testbasicsolvers->proc~labels proc~testbasicsolvers->proc~linspace proc~testbasicsolvers->proc~ticks proc~testbasicsolvers->interface~mixval proc~testbasicsolvers->proc~conjugategradient proc~testbasicsolvers->proc~figure proc~testbasicsolvers->proc~successiveoverrelaxation proc~testbasicsolvers->proc~newsparse proc~testbasicsolvers->proc~plot proc~testbasicsolvers->proc~subplot proc~testbasicsolvers->interface~span proc~testbasicsolvers->proc~xylim proc~biconjugategradientstabilized biConjugateGradientStabilized proc~testbasicsolvers->proc~biconjugategradientstabilized interface~token_t->proc~newtoken proc~evalz_sub evalZ_sub interface~imag_t imag_t interface~imag_t->proc~newimag proc~xlim xlim proc~xlim->plgvpw proc~xlim->plwind proc~testnewsparse testNewSparse proc~testnewsparse->proc~newsparse proc~testrealtochar testRealToChar proc~testrealtochar->proc~realtochar proc~dofillbetween doFillBetween proc~dofillbetween->proc~fillbetween proc~dofillbetween->proc~labels proc~dofillbetween->proc~linspace proc~dofillbetween->proc~ticks proc~dofillbetween->interface~mixval proc~dofillbetween->proc~figure proc~dofillbetween->proc~plot proc~dofillbetween->proc~subplot proc~dofillbetween->proc~xylim interface~maxval maxval interface~conjg conjg proc~testrealtotime testRealToTime proc~testrealtotime->proc~realtotime proc~doplot doPlot proc~doplot->proc~xticks proc~doplot->proc~yticks proc~doplot->proc~linspace proc~doplot->interface~mixval proc~doplot->proc~figure proc~doplot->proc~ylabel proc~doplot->proc~xlabel proc~doplot->proc~title proc~doplot->proc~plot proc~doplot->proc~subplot proc~doplot->proc~xylim proc~testreadgmsh testReadGmsh proc~testspvec testSpvec proc~testwritevtk~2 testWriteVTK proc~testcolorize testColorize proc~testcolorize->proc~colorize proc~testwalltime testWallTime proc~testwalltime->proc~walltime proc~evalr_log10 evalR_log10 proc~evalz_tan evalZ_tan proc~jacobi jacobi proc~jacobi->proc~solverprogress proc~jacobi->proc~startreport proc~evalz_abs evalZ_abs proc~newnodestack newNodeStack proc~realtotime->proc~inttochar interface~conjugategradient_t conjugateGradient_t proc~inv inv proc~pop pop interface~operator(+)~2 operator(+) interface~transpose transpose interface~exp~2 exp proc~testsolvers testSolvers proc~testsolvers->proc~labels proc~testsolvers->proc~linspace proc~testsolvers->proc~ticks proc~testsolvers->interface~mixval proc~testsolvers->proc~figure proc~testsolvers->proc~newsparse proc~testsolvers->proc~plot proc~testsolvers->proc~subplot proc~testsolvers->interface~span proc~testsolvers->proc~xylim sor_t sor_t proc~testsolvers->sor_t conjugategradient_t conjugategradient_t proc~testsolvers->conjugategradient_t bicgstab_t bicgstab_t proc~testsolvers->bicgstab_t gaussseidel_t gaussseidel_t proc~testsolvers->gaussseidel_t interface~idft iDFT proc~symmetricsuccessiveoverrelaxation symmetricSuccessiveOverRelaxation proc~symmetricsuccessiveoverrelaxation->proc~solverprogress proc~symmetricsuccessiveoverrelaxation->proc~startreport interface~pow_t pow_t interface~pow_t->proc~newpow plcont plcont proc~contour->plcont interface~config_t config_t proc~testcolormap testColorMap proc~testcolormap->proc~colormap interface~sub_t sub_t interface~sub_t->proc~newsub proc~testfft testFFT proc~testfft->interface~fft proc~fft_freq FFT_freq proc~testfft->proc~fft_freq proc~hist hist proc~hist->interface~mixval proc~hist->proc~bar proc~hist->proc~bindata interface~log~2 log proc~testifft testIFFT proc~testifft->interface~fft proc~testifft->interface~ifft proc~testifft->proc~fft_freq proc~evalz_asin evalZ_asin proc~wireframe wireframe plot3d plot3d proc~wireframe->plot3d proc~startreport->proc~showprogress interface~jacobi_t jacobi_t interface~operator(*)~2 operator(*) proc~testobjective testObjective interface~var_t var_t interface~var_t->proc~newvar proc~sin_a sin_a interface~sin_t sin_t interface~sin_t->proc~newsin proc~plot3 plot3 proc~plot3->plline proc~plot3->plssym plline3 plline3 proc~plot3->plline3 plptex3 plptex3 proc~plot3->plptex3 proc~xylim->plwind interface~log10~2 log10 proc~evalz_mul evalZ_mul interface~nodestack_t nodeStack_t interface~nodestack_t->proc~newnodestack proc~dohist doHist proc~dohist->proc~ticks proc~dohist->interface~mixval proc~dohist->proc~bar proc~dohist->proc~figure proc~dohist->proc~bindata proc~dohist->proc~subplot proc~dohist->proc~hist proc~dohist->proc~xylim proc~arraytochar arrayToChar interface~bicgstab_t biCGSTAB_t proc~biconjugategradientstabilized->proc~solverprogress proc~biconjugategradientstabilized->proc~startreport interface~operator(.o.)~2 operator(.o.) program~testconfig_prg testConfig_prg program~testconfig_prg->proc~testnewconfig program~teststats_prg testStats_prg program~teststats_prg->proc~testrandomnormal program~teststats_prg->proc~testmean program~teststats_prg->proc~teststdev program~teststats_prg->proc~testrandomuniform program~teststats_prg->proc~testsetrandomseed program~testarray_prg testArray_prg program~testarray_prg->proc~testtdma program~testarray_prg->proc~testflatten program~testarray_prg->proc~testdedup program~testarray_prg->proc~testlinspace program~testarray_prg->proc~testmixval program~testarray_prg->proc~testlu program~testarray_prg->proc~testmeshgrid program~testarray_prg->proc~testlinearinterp program~testarray_prg->proc~testspan program~examples_prg examples_prg program~examples_prg->proc~dologplot program~examples_prg->proc~docontour program~examples_prg->proc~dosurface program~examples_prg->proc~doerror program~examples_prg->proc~dolegend program~examples_prg->proc~setup program~examples_prg->proc~doscatter program~examples_prg->proc~doquiver program~examples_prg->proc~show program~examples_prg->proc~dobar program~examples_prg->proc~dofillbetween program~examples_prg->proc~doplot program~examples_prg->proc~dohist program~testmatio_prg testMatIO_prg program~testmatio_prg->proc~testwritemat program~testtensor_prg testTensor_prg program~testtensor_prg->proc~testdot program~testkinds_prg testKinds_prg program~testkinds_prg->proc~testprecision program~testkinds_prg->proc~testconstants program~logo_prg logo_prg program~logo_prg->proc~setup program~logo_prg->proc~makelogo program~logo_prg->proc~show program~testiterate_prg testIterate_prg program~testiterate_prg->proc~testnext program~testnetcdf_prg testNetCDF_prg program~testnetcdf_prg->proc~testwrite program~testnetcdf_prg->proc~testread program~testvtkio_prg testVtkIO_prg program~testvtkio_prg->proc~testwritevtk program~testoptimize_prg testOptimize_prg program~testoptimize_prg->proc~testobjectiven program~testoptimize_prg->proc~testplot program~testoptimize_prg->proc~testobjective program~testspline_prg testSpline_prg program~testspline_prg->proc~testnewspline program~testspline_prg->proc~testsplinex program~basic_prg basic_prg program~basic_prg->proc~labels program~basic_prg->proc~linspace program~basic_prg->proc~ticks program~basic_prg->proc~setup program~basic_prg->interface~mixval program~basic_prg->proc~figure program~basic_prg->proc~show program~basic_prg->proc~plot program~basic_prg->proc~subplot program~basic_prg->proc~xylim program~testtext_prg testText_prg program~testtext_prg->proc~testremovespaces program~testtext_prg->proc~testinttochar program~testtext_prg->proc~teststartswith program~testtext_prg->proc~testendswith program~testtext_prg->proc~testrealtochar program~testtext_prg->proc~testrealtotime program~testtext_prg->proc~testcolorize program~testtext_prg->proc~testcolormap program~testmesh_prg testMesh_prg program~testmesh_prg->proc~testreadgmsh program~testmesh_prg->proc~testwritevtk~2 program~testautodiff_prg testAutoDiff_prg program~testautodiff_prg->proc~testdiff program~testquaternion_prg testQuaternion_prg program~testquaternion_prg->proc~testbasic program~testeval_prg testEval_prg program~testeval_prg->proc~testfunction program~testsparse_prg testSparse_prg program~testsparse_prg->proc~setup program~testsparse_prg->proc~show program~testsparse_prg->proc~testbasicsolvers program~testsparse_prg->proc~testnewsparse program~testsparse_prg->proc~testspvec program~testsparse_prg->proc~testsolvers program~testtime_prg testTime_prg program~testtime_prg->proc~testcputime program~testtime_prg->proc~testwalltime program~testfourier_prg testFourier_prg program~testfourier_prg->proc~testfft program~testfourier_prg->proc~testifft program~animate_prg animate_prg program~animate_prg->proc~labels program~animate_prg->proc~linspace program~animate_prg->proc~ticks program~animate_prg->proc~setup program~animate_prg->interface~mixval program~animate_prg->proc~f program~animate_prg->proc~figure program~animate_prg->proc~show program~animate_prg->proc~plot program~animate_prg->proc~subplot program~animate_prg->proc~xylim
Help