Programming tasks to Scientific Computing I
Classes | Namespaces | Functions
rhs.h File Reference

Implements right hand side assembly for exercise 1. More...

#include <cmath>
#include <discreteFunctionShellFE.h>
#include <shellHandler.h>
#include <unityTriangleIntegratorShellFE.h>

Go to the source code of this file.

Classes

class  shellFE::createConstantRHS< ConfiguratorType >
 Assembly operator for constant RHS. More...
 
class  shellFE::createNonConstantRHS< ConfiguratorType >
 Assembly operator for non-constant RHS. More...
 

Namespaces

 shellFE
 

Functions

template<typename ConfiguratorType >
void shellFE::createMaskedConstantRHS (const ConfiguratorType &conf, const ShellHandler< ConfiguratorType > &shellHandler, typename ConfiguratorType::RealType val, typename ConfiguratorType::VectorType &rhs, const bool collapseBoundaryValues=true)
 Assembles constant rhs. More...
 
template<typename ConfiguratorType >
void shellFE::createMaskedNonConstantRHS (const ConfiguratorType &conf, const ShellHandler< ConfiguratorType > &shellHandler, typename ConfiguratorType::RealType val, typename ConfiguratorType::VectorType &rhs, const bool collapseBoundaryValues=true)
 Assembles sin-type rhs. More...
 

Detailed Description

Implements right hand side assembly for exercise 1.

Definition in file rhs.h.