Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
connection_viewer_input.h File Reference
#include <fstream>
#include <vector>
#include <string>
#include <cassert>
#include "common/progress.h"
#include "common/math/misc/math_util.h"

Go to the source code of this file.

Namespaces

namespace  ug
 the ug namespace
 
namespace  ug::ConnectionViewer
 

Functions

template<typename matrix_type >
bool ug::ConnectionViewer::ReadMatrix (std::string filename, matrix_type &matrix, std::vector< MathVector< 3 > > &grid, int &dimension)
 
template<typename vector_type >
bool ug::ConnectionViewer::ReadVector (std::string filename, vector_type &vec)