#include "sml.hpp"
#include "grid.hpp"
Go to the source code of this file.
|
void | solve (const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, const View< double *, CLayout, HostType > &rhs, const View< double *, CLayout, HostType > &dpot_double) |
|
void | solve (const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, const View< double *, CLayout, HostType > &rhs, const View< double *, CLayout, HostType > &rhs2, const View< double *, CLayout, HostType > &dpot_double, bool is_cv_solve) |
|
void solve |
( |
const Simulation< DeviceType > & |
sml, |
|
|
const Grid< DeviceType > & |
grid, |
|
|
const DomainDecomposition< DeviceType > & |
pol_decomp, |
|
|
const View< double *, CLayout, HostType > & |
rhs, |
|
|
const View< double *, CLayout, HostType > & |
rhs2, |
|
|
const View< double *, CLayout, HostType > & |
dpot_double, |
|
|
bool |
is_cv_solve |
|
) |
| |