Kokkos::View< scalar ***, Kokkos::LayoutRight, Kokkos::DefaultExecutionSpace > N
Definition: ElementVectors.h:30
Class which is used to store all the information related to the discretized domain:
Definition: Domain.h:26
ElementVectors(Teuchos::RCP< katoptron::Domain< scalar >> domain, size_t numPrimalDPN, size_t pool_size)
ElementVectors constructor.
Definition: ElementVectors.hpp:15
void compute(int e, int i_thread)
Compute the matrix. Arguments:
Definition: ElementVectors.hpp:31
Kokkos::View< scalar **, Kokkos::LayoutRight, Kokkos::DefaultExecutionSpace > getN(size_t i_thread) const
Return the .
Definition: ElementVectors.hpp:103