https://mooseframework.inl.gov
Loading...
Searching...
No Matches
EFAVolumeNode.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12class EFANode;
13
15{
16public:
17 EFAVolumeNode(EFANode * node, double xi, double eta, double zeta);
18 EFAVolumeNode(const EFAVolumeNode & other_vol_node);
19
21
22private:
24 double _xi;
25 double _eta;
26 double _zeta;
27
28public:
29 EFANode * getNode();
30 double getParametricCoordinates(unsigned int i);
31 void switchNode(EFANode * new_old, EFANode * old_node);
32};
Point eta
Point xi
EFANode * _node
double getParametricCoordinates(unsigned int i)
void switchNode(EFANode *new_old, EFANode *old_node)
EFANode * getNode()