Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Typedefs | Functions
improve_sphere.cpp File Reference

<Program name>=""> More...

#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <vector>
#include <array>
#include <algorithm>
#include <cmath>
Include dependency graph for improve_sphere.cpp:

Go to the source code of this file.

Typedefs

typedef vector< string >::iterator Line_pt
 

Functions

vector< string > load_file (const string ifname)
 
void write_file (const string ofname, const vector< string > &content)
 
void improve_sphere (Line_pt first, Line_pt last)
 
int main () try
 
 catch (exception &e)
 
 catch (...)
 

Detailed Description

<Program name>="">

Revision history:

 Revised by Christian Power dd.mm.yyyy
 Originally written by Christian Power
      (power22c@gmail.com) 15.06.2015

Read a dgf file and improve the nodes. This codes only works for the unit sphere. With a minor modification we can count vertices.

Created by Christian Power on 15.06.2015 Copyright (c) 2015 Christian Power. All rights reserved.

Definition in file improve_sphere.cpp.