![]() |
waves
Basic FE playground
|
#include "Mortar.h"
#include <MatrixMarket_Tpetra.hpp>
#include "Epetra_MpiComm.h"
#include "Epetra_SerialComm.h"
#include "Teuchos_ParameterList.hpp"
#include "mrtr_manager.H"
#include "mrtr_segment_bilinearquad.H"
#include "mrtr_segment_bilineartri.H"
Functions | |
Teuchos::RCP< Tpetra::CrsMatrix<> > | compute_B (Teuchos::RCP< katoptron::ElementsList > elementsList, Teuchos::RCP< katoptron::NodesList > nodesList, Teuchos::RCP< katoptron::ContactsList > contactsList, Teuchos::RCP< katoptron::Map > map, MPI_Comm comm, bool SignoriniCheck) |
Compute the Mortar matrices using Moertel and returns a Tpetra CrsMatrix with double scalar type. More... | |
Teuchos::RCP<Tpetra::CrsMatrix<> > compute_B | ( | Teuchos::RCP< katoptron::ElementsList > | elementsList, |
Teuchos::RCP< katoptron::NodesList > | nodesList, | ||
Teuchos::RCP< katoptron::ContactsList > | contactsList, | ||
Teuchos::RCP< katoptron::Map > | map, | ||
MPI_Comm | comm, | ||
bool | SignoriniCheck | ||
) |
Compute the Mortar matrices using Moertel and returns a Tpetra CrsMatrix with double scalar type.