mFES - molecular Finite Element Solver
0.4
|
This class holds the information to generate PDE files which can are used to compute potential energies. More...
#include <PDE.h>
Public Member Functions | |
PDE () | |
void | writeEnergy (string fileName, INI &ini) |
void | writeCycle0 (vector< Residue > titGroupList, INI &ini) |
void | writeCycle1 (string molecule, vector< Residue > titGroupList, INI &ini) |
This class holds the information to generate PDE files which can are used to compute potential energies.
Potential energies are computed using PDE files. These input files are written for NETGEN to use its interface to solve the linear Poisson-Boltzmann equation via NGSolve library and other libraries provided by mFES.
PDE::PDE | ( | ) | [inline] |
void PDE::writeCycle0 | ( | vector< Residue > | titGroupList, |
INI & | ini | ||
) | [inline] |
void PDE::writeCycle1 | ( | string | molecule, |
vector< Residue > | titGroupList, | ||
INI & | ini | ||
) | [inline] |
void PDE::writeEnergy | ( | string | fileName, |
INI & | ini | ||
) | [inline] |