XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
solve.hpp File Reference
#include "sml.hpp"
#include "grid.hpp"
Include dependency graph for solve.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Here is the call graph for this function: