Miscellaneous

Useful helpers

ForwardDiff.valueFunction
value(x)

Return the value of a dual number (for debugging in callback functions). Re-exported from ForwardDiff.

source

Form factor calculatione

Additional grid methods

VoronoiFVM.GridFunction
Grid=ExtendableGrids.simplexgrid

Re-Export of ExtendableGrids.simplexgrid

Compat

Deprecated as of v1.20

source

Output (re)direction

VoronoiFVM.log_output!Function
log_output!()

Write all subsequent output of the VoronoiFVM package to screen via Julia's logging methods (using @info or @warn).

This behavior can be changed via print_output!.

For fine-tuning solver output, see the verbose flag in SolverControl.

source
VoronoiFVM.print_output!Function
print_output!()

Write all subsequent output of the VoronoiFVM package to screen via println().

This is the default.

If enabled in Pluto notebooks, the output is directed to the terminal widget below a pluto cell. Warnings in addition are sent via logging in order to not miss them.

This behavior can be changed via log_output!.

For fine-tuning solver output, see the verbose flag in SolverControl.

source

Exception types