Parallel Finite Element - General geometry Ewald-like Method
Part of Continuum-particle Simulation Suite under MICCOM
|
#include <stdio.h>
#include <iostream>
#include <cstring>
#include <utility>
#include <vector>
#include <map>
#include "libmesh/libmesh.h"
#include "libmesh/equation_systems.h"
#include "libmesh/point.h"
#include "pm_linear_implicit_system.h"
Go to the source code of this file.
Classes | |
class | AssembleSystem |
This base class provides the template for assembling the matrix and right-hand-side vector when solving any partial differential equations using finite element method. More... | |