NeoPZ
Classes | Typedefs
pzcreateapproxspace.h File Reference

Contains the functions to create different computational elements (one- two- three-dimensional). More...

#include <set>
#include "pzvec.h"
#include "TPZSavable.h"
Include dependency graph for pzcreateapproxspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZCreateApproximationSpace
 

Typedefs

typedef TPZCompEl *(* TCreateFunction) (TPZGeoEl *el, TPZCompMesh &mesh, int64_t &index)
 

Detailed Description

Contains the functions to create different computational elements (one- two- three-dimensional).

Definition in file pzcreateapproxspace.h.

Typedef Documentation

◆ TCreateFunction

typedef TPZCompEl*(* TCreateFunction) (TPZGeoEl *el, TPZCompMesh &mesh, int64_t &index)

Definition at line 18 of file pzcreateapproxspace.h.