ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Coulomb::Solver::Implementation Struct Reference

#include <coulomb.hpp>

Public Member Functions

 Implementation ()
 

Public Attributes

std::optional< ElectrostaticsActorsolver
 Main electrostatics solver.
 
std::optional< ElectrostaticsExtensionextension
 Extension that modifies the solver behavior.
 

Detailed Description

Definition at line 61 of file coulomb.hpp.

Constructor & Destructor Documentation

◆ Implementation()

Coulomb::Solver::Implementation::Implementation ( )
inline

Definition at line 66 of file coulomb.hpp.

Member Data Documentation

◆ extension

std::optional<ElectrostaticsExtension> Coulomb::Solver::Implementation::extension

Extension that modifies the solver behavior.

Definition at line 65 of file coulomb.hpp.

◆ solver

std::optional<ElectrostaticsActor> Coulomb::Solver::Implementation::solver

Main electrostatics solver.

Definition at line 63 of file coulomb.hpp.


The documentation for this struct was generated from the following file: