waves
Basic FE playground
katoptron::NodesList Class Reference

Class used to store the node information. More...

#include <NodesList.h>

Public Member Functions

 NodesList (Problem &pbl, Teuchos::RCP< Map > map)
 NodesList constructor. More...
 

Public Attributes

Kokkos::View< double **, Kokkos::LayoutRight > nodes
 
Map::local_ordinal_type nodes_number
 

Detailed Description

Class used to store the node information.

Constructor & Destructor Documentation

◆ NodesList()

NodesList::NodesList ( Problem pbl,
Teuchos::RCP< Map map 
)

NodesList constructor.

This constructor allocates 1 Kokkos::View which stores all the nodes positions.

Arguments:

  • pbl: a Problem object,
  • map: an RCP to a Map object.

Member Data Documentation

◆ nodes

Kokkos::View<double **, Kokkos::LayoutRight> katoptron::NodesList::nodes

◆ nodes_number

Map::local_ordinal_type katoptron::NodesList::nodes_number

The documentation for this class was generated from the following files: