Public Member Functions | List of all members
nmx::apps::x1900::CModel2 Struct Reference

The CModel2 struct löst das Gleichungssystem direkt mittels LU-Zerlegung (Rechenmodell) More...

#include <x1900.h>

Inheritance diagram for nmx::apps::x1900::CModel2:
nmx::apps::x1900::X1900 nmx::XModel nmx::CResult< 5, Idx >

Public Member Functions

void apply ()
 
- Public Member Functions inherited from nmx::apps::x1900::X1900
 X1900 (double muin, double mass2in, double phiin)
 X1900 Konstruktor. More...
 
- Public Member Functions inherited from nmx::XModel
 XModel ()=delete
 XModelBase kein Standardkonstruktor. More...
 
 XModel (const char *name)
 XModelBase Konstruktor. More...
 
- Public Member Functions inherited from nmx::CResult< 5, Idx >
auto operator() (Idx idx) const
 operator () Zugriff auf Element More...
 
auto get (Idx idx) const
 get Zugriff auf Element More...
 
const auto & result () const
 result More...
 

Additional Inherited Members

- Static Public Member Functions inherited from nmx::XModel
static std::ofstream get_output_stream (Format fmt)
 get_output_stream More...
 
template<class T >
static std::ofstream get_output_stream (Format fmt, const T &id)
 get_output_stream More...
 
template<class T >
static void save (const T &data, Format fmt)
 save Speicherung von Daten in eine Datei More...
 
template<class T , class ID >
static void save (const T &data, Format fmt, const ID &id)
 save Speicherung von Daten in eine Datei More...
 
static std::string class_name ()
 class_name More...
 
- Public Attributes inherited from nmx::apps::x1900::X1900
const double mu
 
const double mass2
 
const double phi
 
- Protected Member Functions inherited from nmx::CResult< 5, Idx >
void set_result (Idx idx, double val)
 operator () einem Element wird ein Wert zugewiesen More...
 
void set_result (const T &v)
 set_result allen Elementen werden Werte zugewiesen More...
 
void set_result (std::initializer_list< double > lst)
 set_result allen Elementen werden Werte zugewiesen More...
 
void set_result (std::unordered_map< Idx, double > args)
 set_result setze Werte über assoziativen Container More...
 

Detailed Description

The CModel2 struct löst das Gleichungssystem direkt mittels LU-Zerlegung (Rechenmodell)

Definition at line 66 of file x1900.h.

Member Function Documentation

◆ apply()

void nmx::apps::x1900::CModel2::apply ( )
inline

Definition at line 71 of file x1900.h.


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