waves
Basic FE playground
ResultsDef.hpp File Reference
#include "ResultsDecl.hpp"
#include "StressComputation.h"
Include dependency graph for ResultsDef.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class Scalar , class LocalOrdinal , class GlobalOrdinal >
void writeResultsVTK (const katoptron::Problem &pbl, Teuchos::RCP< Tpetra::Vector< Scalar, LocalOrdinal, GlobalOrdinal >> xPost, Teuchos::RCP< katoptron::Map > map, Teuchos::RCP< RandomField< Scalar, Kokkos::DefaultExecutionSpace >> random_field, std::string name, size_t ast, bool final_result, bool write_txt)
 Function to write results on disk using VTK formats. More...
 

Function Documentation

◆ writeResultsVTK()

template<class Scalar , class LocalOrdinal , class GlobalOrdinal >
void writeResultsVTK ( const katoptron::Problem pbl,
Teuchos::RCP< Tpetra::Vector< Scalar, LocalOrdinal, GlobalOrdinal >>  xPost,
Teuchos::RCP< katoptron::Map map,
Teuchos::RCP< RandomField< Scalar, Kokkos::DefaultExecutionSpace >>  random_field,
std::string  name,
size_t  ast,
bool  final_result,
bool  write_txt 
)

Function to write results on disk using VTK formats.