Skip to content

Commit bdaab39

Browse files
Merge Pull Request #13874 from cgcgcg/Trilinos/shardsFix
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Shards: Remove unimplemented methods' PR Author: cgcgcg
2 parents e7c3cb5 + 3b21119 commit bdaab39

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

packages/shards/src/Shards_CellTopology.hpp

-29
Original file line numberDiff line numberDiff line change
@@ -484,36 +484,7 @@ class CellTopology {
484484
CellTopology( const CellTopologyData * cell )
485485
: m_cell( cell )
486486
{}
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 );
515487

516-
517488
/** \brief Construct custom 3-cell (polyhedron) from a list of edges and sides.
518489
* The default base topology is the specified custom cell topology.
519490
* \param name [in] - descriptive name of the custom 3-cell

0 commit comments

Comments
 (0)