Skip to content
Snippets Groups Projects
Commit 10171407 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add not to SElement

parent 7d47f9bb
No related branches found
No related tags found
No related merge requests found
#include "SElement.h"
// FIXME: this will change in the future (the base SElement should no
// contain anything except the MElement). More advanced solvers will
// derive and/or add containers for additional storage
/*
class SFunctionSpace{
}
class SFunctionSpaceXFEM : class SFunctionSpace{
}
etc.
*/
simpleFunction<double> * SElement::_enrichement_s = 0,* SElement::_enrichement_t = 0;
void SElement::gradNodalFunctions ( double u, double v, double w, double invjac[3][3],double Grads[][3],
......
......@@ -11,6 +11,10 @@
// A solver element.
// FIXME: this will change in the future (the base SElement should no
// contain anything except the MElement). More advanced solvers will
// derive and/or add containers for additional storage
class SElement
{
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment