mFES - molecular Finite Element Solver  0.4
Classes | Namespaces | Typedefs
Model.h File Reference

Different models for meshing are set up within this file. More...

#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <boost/timer.hpp>
#include "LSMS.h"
#include "Voxel.h"
#include "VCG.h"
#include <nglib.h>

Go to the source code of this file.

Classes

class  Model
 A model is a surface for the protein or titratable group depending on the approach used. Also building up the whole volume models merging with the boundary is implemented here using NETGEN. More...

Namespaces

namespace  nglib

Typedefs

typedef boost::property_tree::ptree INI

Detailed Description

Different models for meshing are set up within this file.

A surface or volume mesh is set up using the one- or two-cycle approach. Models are either the molecular surface, the ion exclusion layer of the protein or the surfaces for the titratable groups (if using the two-cycle) approach.

Author:
Ilkay Sakalli

Typedef Documentation

typedef boost::property_tree::ptree INI