@@ -484,36 +484,7 @@ class CellTopology {
484
484
CellTopology ( const CellTopologyData * cell )
485
485
: m_cell( cell )
486
486
{}
487
-
488
-
489
- /* * \brief Constructs custom 1-cell (line) with base topology Line<>.
490
- * Example use: the statement
491
- * \code
492
- * CellTopology customLine("customLine", 4);
493
- * \endcode
494
- * defines custom line with 4 nodes.
495
- */
496
- CellTopology ( const std::string & name,
497
- const unsigned nodeCount);
498
-
499
-
500
- /* * \brief Construct custom 2-cell (polygon) from a list of edges.
501
- * The default base topology is the specified custom cell topology.
502
- * \param name [in] - descriptive name of the custom 2-cell
503
- * \param vertex_count [in] - number of vertices in the custom 2-cell
504
- * \param node_count [in] - number of nodes in the custom 2-cell
505
- * \param edges [in] - raw CellTopologyData for each edge (can be different!)
506
- * \param edge_node_map [in] - flat array with node maps for each edge
507
- * \param base [in] - CellTopologyData of the base topology
508
- */
509
- CellTopology ( const std::string & name,
510
- const unsigned vertex_count,
511
- const unsigned node_count,
512
- const std::vector< const CellTopologyData * > & edges ,
513
- const std::vector< unsigned > & edge_node_map ,
514
- const CellTopologyData * base = NULL );
515
487
516
-
517
488
/* * \brief Construct custom 3-cell (polyhedron) from a list of edges and sides.
518
489
* The default base topology is the specified custom cell topology.
519
490
* \param name [in] - descriptive name of the custom 3-cell
0 commit comments