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