Calculates the magnitude of a vector function. More...
#include <filter.h>
Inherits SimpleFilter.
Public Member Functions | |
| MagFilter (MeshFunction *sln1, MeshFunction *sln2, MeshFunction *sln3, int item1=FN_VAL, int item2=FN_VAL, int item3=FN_VAL) | |
| MagFilter (MeshFunction *sln1, int item1=FN_VAL) | |
Calculates the magnitude of a vector function.
MagFilter takes three functions representing the components of a vector function and calculates the vector magnitude, sqrt(x^2 + y^2 + z^2).
| MagFilter::MagFilter | ( | MeshFunction * | sln1, | |
| MeshFunction * | sln2, | |||
| MeshFunction * | sln3, | |||
| int | item1 = FN_VAL, |
|||
| int | item2 = FN_VAL, |
|||
| int | item3 = FN_VAL | |||
| ) |
| MagFilter::MagFilter | ( | MeshFunction * | sln1, | |
| int | item1 = FN_VAL | |||
| ) |
1.6.3