Parallel Finite Element - General geometry Ewald-like Method
Part of Continuum-particle Simulation Suite under MICCOM
Classes | Namespaces | Functions
brownian_system.h File Reference
#include <stdio.h>
#include <chrono>
#include "libmesh/libmesh_common.h"
#include "libmesh/libmesh_config.h"
#include "libmesh/petsc_macro.h"
#include "libmesh/slepc_macro.h"
#include "libmesh/parallel_object.h"
#include "libmesh/reference_counted_object.h"
#include "random_generator.h"
#include "pm_system_stokes.h"
#include "fix/fix.h"
#include <slepceps.h>
Include dependency graph for brownian_system.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libMesh::BrownianSystem
 

Namespaces

 libMesh
 

Functions

PetscErrorCode _MatMult_Stokes (Mat M, Vec f, Vec u)
 

Function Documentation

PetscErrorCode _MatMult_Stokes ( Mat  M,
Vec  f,
Vec  u 
)

Internal function if shell matrix mode is used, this just calls the shell matrix's matrix multiplication function. In this class, it will call Stokes solver. u = M*f NOTE that the pm_system should be reinit() before solving Stokes

Here is the call graph for this function: