Reference documentation for deal.II version 9.0.0
|
#include <deal.II/grid/grid_out.h>
Public Member Functions | |
Eps (const SizeType size_type=width, const unsigned int size=300, const double line_width=0.5, const bool color_lines_on_user_flag=false, const unsigned int n_boundary_face_points=2, const double azimut_angle=60, const double turn_angle=30) | |
void | parse_parameters (ParameterHandler ¶m) |
Public Member Functions inherited from GridOutFlags::EpsFlagsBase | |
EpsFlagsBase (const SizeType size_type=width, const unsigned int size=300, const double line_width=0.5, const bool color_lines_on_user_flag=false, const unsigned int n_boundary_face_points=2, const bool color_lines_level=false) | |
void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler ¶m) |
Static Public Member Functions inherited from GridOutFlags::EpsFlagsBase | |
static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
double | azimut_angle |
double | turn_angle |
Public Attributes inherited from GridOutFlags::EpsFlagsBase | |
SizeType | size_type |
unsigned int | size |
double | line_width |
bool | color_lines_on_user_flag |
unsigned int | n_boundary_face_points |
bool | color_lines_level |
Additional Inherited Members | |
Public Types inherited from GridOutFlags::EpsFlagsBase | |
enum | SizeType { width, height } |
Flags specific to the output of grids in three space dimensions.
Definition at line 469 of file grid_out.h.
GridOutFlags::Eps< 3 >::Eps | ( | const SizeType | size_type = width , |
const unsigned int | size = 300 , |
||
const double | line_width = 0.5 , |
||
const bool | color_lines_on_user_flag = false , |
||
const unsigned int | n_boundary_face_points = 2 , |
||
const double | azimut_angle = 60 , |
||
const double | turn_angle = 30 |
||
) |
Constructor.
Definition at line 271 of file grid_out.cc.
|
static |
Declare parameters in ParameterHandler.
Definition at line 287 of file grid_out.cc.
void GridOutFlags::Eps< 3 >::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Definition at line 297 of file grid_out.cc.
double GridOutFlags::Eps< 3 >::azimut_angle |
Angle of the line origin-viewer against the z-axis in degrees.
Default is the Gnuplot-default of 60.
Definition at line 476 of file grid_out.h.
double GridOutFlags::Eps< 3 >::turn_angle |
Angle by which the viewers position projected onto the x-y-plane is rotated around the z-axis, in positive sense when viewed from above. The unit are degrees, and zero equals a position above or below the negative y-axis.
Default is the Gnuplot-default of 30.
Definition at line 486 of file grid_out.h.