8 #ifndef TPZMultiphysicsCompMesh_h 9 #define TPZMultiphysicsCompMesh_h
TPZManVector< int, 5 > m_active_approx_spaces
~TPZMultiphysicsCompMesh()
Destructor.
Templated vector implementation.
void AutoBuild()
Automatic builder for the computational mesh structure.
void LoadSolutionFromMeshes()
Contains declaration of TPZMesh class which defines a geometrical mesh and contains a corresponding l...
TPZVec< TPZCompMesh * > & MeshVector()
Get the vector of computational meshes.
void AddElements()
add the elements from the atomic meshes to the multiphysics elements
TPZManVector< TPZCompMesh *, 3 > m_mesh_vector
Vector of computational meshes.
Contains the declaration of multiphysic interface class.
void LoadSolutionFromMultiPhysics()
TPZMultiphysicsCompMesh & operator=(const TPZMultiphysicsCompMesh &other)
Assignement constructor.
Contains declaration of TPZCompMesh class which is a repository for computational elements...
void BuildMultiphysicsSpaceWithMemory(TPZVec< int > &active_approx_spaces, TPZVec< TPZCompMesh * > &mesh_vector)
Set active approximation spaces.
This class implements a geometric mesh for the pz environment. Geometry.
Implements computational mesh. Computational Mesh.
TPZVec< int > & GetActiveApproximationSpaces()
Get the vector of active physics.
void BuildMultiphysicsSpace(TPZVec< int > &active_approx_spaces, TPZVec< TPZCompMesh * > &mesh_vector)
Set active approximation spaces.
void CleanElementsConnects()
delete the elements and connects
TPZMultiphysicsCompMesh()
Default constructor.
void AddConnects()
add the connects from the atomic meshes