Loading...
Searching...
No Matches
PLMD::symfunc::Fccubic< T > Struct Template Reference

#include <Fccubic.h>

Public Types

using precision = T
 

Static Public Member Functions

static void calc (const Fccubic &func, bool noderiv, View< const precision > args, function::FunctionOutput &funcout)
 
static void read (Fccubic &func, ActionWithArguments *action, function::FunctionOptions &funcout)
 
static void registerKeywords (Keywords &keys)
 

Public Attributes

precision a1
 
precision alpha
 
precision b1
 

Member Typedef Documentation

◆ precision

template<typename T = double>
using PLMD::symfunc::Fccubic< T >::precision = T

Member Function Documentation

◆ calc()

template<typename T>
void PLMD::symfunc::Fccubic< T >::calc ( const Fccubic< T > & func,
bool noderiv,
View< const precision > args,
function::FunctionOutput & funcout )
static

◆ read()

template<typename T>
void PLMD::symfunc::Fccubic< T >::read ( Fccubic< T > & func,
ActionWithArguments * action,
function::FunctionOptions & funcout )
static

◆ registerKeywords()

template<typename T>
void PLMD::symfunc::Fccubic< T >::registerKeywords ( Keywords & keys)
static

Member Data Documentation

◆ a1

template<typename T = double>
precision PLMD::symfunc::Fccubic< T >::a1

◆ alpha

template<typename T = double>
precision PLMD::symfunc::Fccubic< T >::alpha

◆ b1

template<typename T = double>
precision PLMD::symfunc::Fccubic< T >::b1

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