Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
properties
DifferentialForm.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Props.hh
"
5
#include "
properties/ImplicitIndex.hh
"
6
#include "
properties/IndexInherit.hh
"
7
#include "
properties/DifferentialFormBase.hh
"
8
9
namespace
cadabra
{
10
11
class
DifferentialForm
:
public
IndexInherit
,
public
DifferentialFormBase
{
12
public
:
13
virtual
~DifferentialForm
();
14
virtual
std::string
name
()
const override
;
15
virtual
bool
parse
(
Kernel
&,
keyval_t
&)
override
;
16
17
virtual
Ex
degree
(
const
Properties
&, Ex::iterator)
const override
;
18
19
private
:
20
Ex
degree_
;
21
};
22
23
}
DifferentialFormBase.hh
ImplicitIndex.hh
IndexInherit.hh
Props.hh
cadabra::DifferentialFormBase
Definition
DifferentialFormBase.hh:10
cadabra::DifferentialForm
Definition
DifferentialForm.hh:11
cadabra::DifferentialForm::degree
virtual Ex degree(const Properties &, Ex::iterator) const override
Definition
DifferentialForm.cc:25
cadabra::DifferentialForm::~DifferentialForm
virtual ~DifferentialForm()
Definition
DifferentialForm.cc:6
cadabra::DifferentialForm::degree_
Ex degree_
Definition
DifferentialForm.hh:20
cadabra::DifferentialForm::name
virtual std::string name() const override
Definition
DifferentialForm.cc:10
cadabra::DifferentialForm::parse
virtual bool parse(Kernel &, keyval_t &) override
Definition
DifferentialForm.cc:15
cadabra::Ex
Definition
Storage.hh:170
cadabra::IndexInherit
Definition
IndexInherit.hh:9
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::Properties
Class holding a collection of properties attached to expressions.
Definition
Props.hh:242
cadabra::keyval_t
Arguments to properties get parsed into a keyval_t structure.
Definition
Props.hh:68
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
Generated by
1.17.0