#include <partition.h>


Public Member Functions | |
| tpz_fequad (string *zheader, string *zdata) | |
| void | build_point_index () |
| ~tpz_fequad () | |
| virtual void | parse_layout () |
| virtual bool | parse_data (int num_dep_vars, int num_vars, std::vector< std::vector< int > > rFieldMappings, index_order rIndexOrder, std::vector< adj_map > conv_factor, std::vector< adj_map > norm_val) |
Public Member Functions inherited from tpzone | |
| tpzone (string *zheader, string *zdata) | |
| virtual | ~tpzone () |
Public Member Functions inherited from partition | |
| partition () | |
| virtual | ~partition () |
| std::vector< int > | get_layout () |
| string | get_error () |
| string | get_status () |
| int | get_num_points () |
| points * | get_points () |
| pnt | get_point (int n) |
Private Attributes | |
| connect_points * | data_pts_local |
Additional Inherited Members | |
Protected Member Functions inherited from partition | |
| long double | get_adj (std::vector< adj_map > adj, int var) |
| int | GetFieldMapping (std::vector< std::vector< int > > rFieldMapping, int rSearchField) |
Protected Attributes inherited from tpzone | |
| string * | zheader |
| string * | zdata |
Protected Attributes inherited from partition | |
| std::vector< int > | p_layout |
| string | error |
| string | status |
| points * | data_pts |
| bool | data_pts_set |
Definition at line 103 of file partition.h.
| tpz_fequad | ( | string * | zheader, |
| string * | zdata | ||
| ) |
Definition at line 346 of file partition.cpp.
References partition::data_pts, data_pts_local, and partition::data_pts_set.
| ~tpz_fequad | ( | ) |
Definition at line 353 of file partition.cpp.
| void build_point_index | ( | ) |
|
virtual |
Reimplemented from partition.
Definition at line 398 of file partition.cpp.
References partition::data_pts, data_pts_local, partition::get_adj(), partition::GetFieldMapping(), i, itoa(), Mesquite::length(), n, nvc::norm(), partition::p_layout, read(), connect_points::set_connectivity(), points::set_num_indep_vars(), points::set_num_points(), points::set_num_vars(), points::set_point_val(), partition::status, and tpzone::zdata.

|
virtual |
Reimplemented from partition.
Definition at line 357 of file partition.cpp.
References check_non_numeric_str(), partition::error, itoa(), partition::p_layout, readCommaExpression(), partition::status, and tpzone::zheader.

|
private |
Definition at line 119 of file partition.h.
Referenced by parse_data(), and tpz_fequad().