Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
Loading...
Searching...
No Matches
Classes | Functions
Energy.hpp File Reference

This file defines the Energy class with scaffold extensions. More...

#include <math.h>
#include <cmath>
#include <vector>
#include <string>
#include <ostream>

Go to the source code of this file.

Classes

class  Energy
 This class includes components in calculating energy on vertrices including membrane bending energy, area constraint energy, volume constraint energy, membrane thickness constraint energy, lipid tilting energy, regularization energy, and harmonic bonding energy. More...
 

Functions

Energyoperator+= (Energy &e1, const Energy &e2)
 Add the energy components of two Energy objects together and update the first Energy object with the result.
 

Detailed Description

This file defines the Energy class with scaffold extensions.

Author
yying.nosp@m.7@jh.nosp@m..edu
Date
2023-01-11

Function Documentation

◆ operator+=()

Energy & operator+= ( Energy e1,
const Energy e2 
)

Add the energy components of two Energy objects together and update the first Energy object with the result.

Parameters
e1
e2
Returns
Energy