Ikarus Result Function for Stress and other finite element results.
More...
#include <type_traits>
#include <dune/vtk/function.hh>
#include <dune/vtk/vtkwriter.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/utils/concepts.hh>
Go to the source code of this file.
|
template<template< typename, int, int > class RT, typename UserFunction = Impl::DefaultUserFunction, typename AS > |
auto | Ikarus::makeResultFunction (std::shared_ptr< AS > assembler, Dune::VTK::Precision prec=Dune::VTK::Precision::float64) |
| Function to create a ResultFunction as a shared_ptr. More...
|
|
template<template< typename, int, int > class RT, typename UserFunction = Impl::DefaultUserFunction, typename AS > |
auto | Ikarus::makeResultVtkFunction (std::shared_ptr< AS > assembler) |
| Function to create a ResultFunction as a gridfunction that can be used with dune-vtk. More...
|
|