IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::SolverAlgorithm< FieldLHS, FieldRHS > Class Template Referenceabstract

#include <SolverAlgorithm.h>

Inheritance diagram for ippl::SolverAlgorithm< FieldLHS, FieldRHS >:
Collaboration diagram for ippl::SolverAlgorithm< FieldLHS, FieldRHS >:

Public Types

using lhs_type = FieldLHS
using rhs_type = FieldRHS

Public Member Functions

virtual void operator() (lhs_type &lhs, rhs_type &rhs, const ParameterList &params)=0

Detailed Description

template<typename FieldLHS, typename FieldRHS>
class ippl::SolverAlgorithm< FieldLHS, FieldRHS >

Definition at line 16 of file SolverAlgorithm.h.

Member Typedef Documentation

◆ lhs_type

template<typename FieldLHS, typename FieldRHS>
using ippl::SolverAlgorithm< FieldLHS, FieldRHS >::lhs_type = FieldLHS

Definition at line 18 of file SolverAlgorithm.h.

◆ rhs_type

template<typename FieldLHS, typename FieldRHS>
using ippl::SolverAlgorithm< FieldLHS, FieldRHS >::rhs_type = FieldRHS

Definition at line 19 of file SolverAlgorithm.h.

Member Function Documentation

◆ operator()()


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