#include "AAdapt_STKUnifSizeField.hpp"#include "Albany_AbstractSTKFieldContainer.hpp"#include "Epetra_Import.h"
Go to the source code of this file.
Functions | |
| static void | normalize (double input_normal[3], double normal[3]) |
| static void | normalize (double input_output_normal[3]) |
| static double | distance (double c0[3], double c1[3]) |
| static void | difference (double v01[3], double c0[3], double c1[3]) |
| static double | dot (double c0[3], double c1[3]) |
| static double | plane_dot_product (double plane_point[3], double plane_normal[3], double point[3]) |
| static void normalize | ( | double | input_normal[3], | |
| double | normal[3] | |||
| ) | [static] |
Definition at line 15 of file AAdapt_STKUnifSizeField.cpp.
| static void normalize | ( | double | input_output_normal[3] | ) | [static] |
Definition at line 24 of file AAdapt_STKUnifSizeField.cpp.
| static double distance | ( | double | c0[3], | |
| double | c1[3] | |||
| ) | [static] |
Definition at line 28 of file AAdapt_STKUnifSizeField.cpp.
| static void difference | ( | double | v01[3], | |
| double | c0[3], | |||
| double | c1[3] | |||
| ) | [static] |
Definition at line 32 of file AAdapt_STKUnifSizeField.cpp.
| static double dot | ( | double | c0[3], | |
| double | c1[3] | |||
| ) | [static] |
Definition at line 38 of file AAdapt_STKUnifSizeField.cpp.
| static double plane_dot_product | ( | double | plane_point[3], | |
| double | plane_normal[3], | |||
| double | point[3] | |||
| ) | [static] |
Definition at line 42 of file AAdapt_STKUnifSizeField.cpp.
1.7.1