Namespaces | Functions

/export/development/ViennaFEM/viennafem/boundary.hpp File Reference

Provide convenience routines for setting boundary conditions. More...

#include "viennafem/forwards.h"
#include "viennamath/forwards.h"
#include "viennamath/manipulation/substitute.hpp"
#include "viennamath/expression.hpp"
#include "viennadata/api.hpp"

Go to the source code of this file.

Namespaces

namespace  viennafem
 

The main namespace for ViennaFEM. All user functionality resides in this namespace.


Functions

template<typename VertexType >
void set_dirichlet_boundary (VertexType const &v, numeric_type const &value, std::size_t id=0)
template<typename VertexType , typename NumericT >
void set_dirichlet_boundary (VertexType const &v, std::vector< NumericT > const &value, std::size_t id=0)

Detailed Description

Provide convenience routines for setting boundary conditions.