Parallel Finite Element - General geometry Ewald-like Method
Part of Continuum-particle Simulation Suite under MICCOM
|
#include <stdio.h>
#include <cmath>
#include "libmesh/dense_matrix.h"
#include "libmesh/dense_vector.h"
#include "libmesh/elem.h"
#include "libmesh/point.h"
#include "point_mesh.h"
Go to the source code of this file.
Classes | |
class | libMesh::GGEMSystem |
Namespaces | |
libMesh | |
Enumerations | |
enum | libMesh::DeltaFunType { libMesh::SINGULAR = 0, libMesh::SMOOTHED_EXP = 1, libMesh::SMOOTHED_POL1 = 2, libMesh::SMOOTHED_POL2 = 3 } |